gateway.request_capability
Describe a task in natural language to get ranked tool recommendations. Matches against installed CLIs and MCP servers, but does not start them.
Instructions
Recommend the right tool for a task — describe what you need in natural language. Examples: 'scrape a website', 'search Slack messages', 'query Postgres', 'browse the web'. Matches against installed CLIs and 90+ provisionable MCP servers and returns ranked candidates; it does NOT start anything — call gateway.provision to actually install/start the recommended server. Prefer this over gateway.provision when you don't already know the exact server name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of the capability needed (e.g., 'I need to scrape a website', 'browser automation') | |
| available_clis | No | Optional: CLIs known to be available in the environment |