Skip to main content
GET
List Default LLM Tools
Returns the full built-in tools catalog:
  • assignable_system — enable with nodes[].toolsIds on PATCH /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
Custom HTTP tools still use POST /agents/{agentId}/tools.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

success
boolean
required
message
string
required
data
object[]
required

Full catalog of built-in default system tools + runtime LLM tools (KB-Search, present, etc.).