Typescript (SDK)
insights.tools
Get Insight Tool Definitions
Get a InsightTool by Name.
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
200 - application/json
Successful Response
Unique ID for insight tool definition
Example:
1
Human-readable name of insight tool definition
Example:
"llm_tool"
Type of insight tool definition
Text description of insight tool definition
Example:
"An LLM tool evaluates a transcript with a given prompt"
Parameters for tools that use this definition and their associated types
Example:
{ "prompt": "string" }Result key/types for insight tool definition
Example:
{ "summary": "string" }
