recommend_servers
Ranks available servers by relevance to a task description, returning top recommendations with scores and rationale. Helps choose which server to use when a request spans multiple domains.
Instructions
Given a natural-language task description, asks the host's LLM (via MCP sampling) to rank configured servers by relevance. Returns up to max_results recommendations with scores and rationale. Falls back to a raw catalog dump if the host doesn't support sampling. Use this when the user's request spans domains and you're not sure which server(s) to reach for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max recommendations to return (default 5). | |
| task_description | Yes | Plain-English description of what the user wants to do. |