Agent Tools

List built-in tools

Returns metadata for all built-in agent tools.

get/api/v0/agent/tools/builtin

Response

Successful Response

idstring required

Tool identifier (snake_case).

namestring required

Human-readable tool name.

descriptionstring required

Short description of the tool.

categorystring required

Tool category (execution, search, analysis, schematics, data, filesystem).

iconstring required

Lucide icon name.

long_descriptionstring required

Detailed description of the tool.

output_formatstring required

Description of the output format.

capabilitiesstring[] required

What the tool can do.

limitationsstring[] required

What the tool cannot do.

Changes