List Default LLM Tools
Tools
List Default LLM Tools
Lists built-in default system tools and runtime-auto LLM tools. Use V3 endpoints.
GET
List Default LLM Tools
Returns the full built-in tools catalog:
- assignable_system — enable with
nodes[].toolsIdsonPATCH /agents/{id}(e.g.web-search,human-handoff,end-call) - runtime_auto — injected by the LLM runtime (
KB-Search,Structured-Search,present,resolve_caller_timezone); not created via Tools CRUD
POST /agents/{agentId}/tools.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
