tool-list
Retrieve a compact index of available tools with descriptions and parameter schemas for LLM function-calling. Supports openai and anthropic formats. Use before agent planning to discover 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 |
|---|---|---|---|
| format | No | Output format for function calling. | aicoreutils |
| raw | No | Write tools JSON directly without a JSON envelope. |