Get Agent Builtin
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
Response
Identifier of a worker-resident system builtin. New entries are
added together on the server (a new tool_builtin_<name>.go
file) and worker (tools/builtins/<name>.py) - the 2-file rule
AIS-3053 pins. Customers read the catalogue from
GET /v1/agents/tools/system-builtins rather than depending on this
string set staying stable across releases.
LLM-facing tool name. Unique within the agent’s builtin set.
LLM-facing one-line description of when to call the tool.
Per-instance configuration shape. The schema depends on
builtin — see the per-builtin contracts under
/contracts/tools/system_*.schema.json. Null when the
builtin takes no instance-level config.
Per-call parameter schema fragment merged into the model’s tool spec. Each entry is one parameter descriptor (the per-builtin contract pins the exact shape). Null when the builtin takes no caller arguments.