get_server_tools
Discover and retrieve tool definitions from a downstream MCP server, filtered by access permissions. Use returned schemas to call execute_tool.
Instructions
Discover tools available on a downstream MCP server accessed through this gateway. Returns only tools you have permission to use (filtered by policy rules). Use the returned tool definitions to call execute_tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Your agent identifier (leave empty if not provided to you) | |
| server | No | Server name from list_servers | |
| names | No | Filter: comma-separated tool names | |
| pattern | No | Filter: wildcard pattern (e.g., 'get_*') | |
| max_schema_tokens | No | Limit total tokens in returned schemas |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||