suggest_command
Score available slash commands against user input and context, then return ranked matches for command recommendation.
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 |
|---|---|---|---|
| context | No | Optional recent-turn context to sharpen the match. | |
| message | Yes | The user message to match commands against. |