ToolConfig interface
Per-tool configuration that controls tool visibility and search behavior.
Properties
| additional_search_text | Additional text indexed for tool_search. Supplements the native tool description
to improve discoverability. Does not alter |
| pin | When true, the tool is always included in agent context and visible in |
Property Details
additional_search_text
Additional text indexed for tool_search. Supplements the native tool description
to improve discoverability. Does not alter tools/list output.
additional_search_text?: string
Property Value
string
pin
When true, the tool is always included in agent context and visible in tools/list.
When false (default), the tool is hidden from tools/list and only discoverable via tool_search.
pin?: boolean
Property Value
boolean