get_server_tools
Retrieve tools available on a specific MCP server, connecting on demand. Use summary_only mode for a low-cost overview of tool names and descriptions, then fetch full schemas for selected tools.
Instructions
Get tools from a specific server. Lazily connects if not already connected. Use summary_only=true for cheap discovery (~100 tokens), then fetch full schemas for specific tools you plan to call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | If set, return full schemas only for the named tools. | |
| server | Yes | Server name | |
| summary_only | No | If true, return only tool names and descriptions (no input schemas). |