---
title: "Get Insight Tool Definitions"
method: GET
path: "/api/v1/insights/tool-definitions"
tags: ["insights.tools"]
---

# Get Insight Tool Definitions

`GET /api/v1/insights/tool-definitions`

Get a InsightTool by Name.

## Response `200`

Successful Response

- InsightToolDefinition[]
  - `id` integer, required — Unique ID for insight tool definition
  - `name` string, required — Human-readable name of insight tool definition
  - `type` string, required — Type of insight tool definition
  - `description` string, required — Text description of insight tool definition
  - `tool_parameters` unknown, required
  - `tool_result_set` unknown, required

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/534f1f22c775/schema)
