insights.tools
Get Insight Tool Definitions
Get a InsightTool by Name.
GET
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" }