suggest_command
Scores available slash commands against a user message and context, returning ranked options to recommend a command for a free-form request.
Instructions
Run the command-suggestion engine: score the available slash commands against a user message and context, and return a ranked, numbered-options block of the best matches. Use to recommend a command for a free-form request without invoking anything. Read-only and deterministic. Returns the formatted suggestion block plus the scored candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The user message to match commands against. | |
| context | No | Optional recent-turn context to sharpen the match. |