coreutils
Lists all available commands as a flat text index. Use --raw for plain text output without JSON envelope, or --list to enumerate command names.
Instructions
List all available commands as a flat text index. Read-only, no side effects. Use --list to enumerate tool names, --raw for plain text without JSON envelope. Use for quick overview of installed commands. Not for LLM tool discovery — use 'tool-list' for structured function-calling metadata. See also 'catalog', 'tool-list'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Write one command name per line without a JSON envelope. | |
| list | No | List registered command names. |