tool-list
Return a compact JSON index of tool names, descriptions, and parameter schemas, optimized for LLM function-calling context windows. Use before agent planning to discover available capabilities.
Instructions
Return a compact tool index optimized for LLM function-calling context windows. Read-only, no side effects. Returns JSON with tool names, descriptions, and parameter schemas by default. Use --format=openai for OpenAI-compatible function definitions, --format=anthropic for Anthropic tool format. Use before agent planning to discover available capabilities. Not for human browsing — use 'catalog' for category-organized listing. See also 'catalog', 'coreutils'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Write tools JSON directly without a JSON envelope. | |
| format | No | Output format for function calling. | aicoreutils |
| include_risk | No | Include aicoreutils risk metadata in tool-list output. |