auto
Automatically searches for the right server, picks it, infers arguments, and executes the task. Ideal when you are unsure which server to use.
Instructions
search → pick server → infer args → call. Use when you don't know which server to use.
auto('what time in Tokyo') auto('list issues on acme/api', server_hint='github')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| tool_name | No | ||
| arguments | No | ||
| server_hint | No | ||
| keys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |