gateway_list_servers
Lists connected MCP backend servers with their status, tool count, and circuit-breaker state to monitor server availability and resource allocation.
Instructions
List all 0 connected MCP backend servers with their status, tool count, and circuit-breaker state.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- benchmarks/token_savings.py:88-100 (schema)Tool definition for 'gateway_list_servers'. The file acts as a benchmark and lists the tool as part of the Meta-MCP gateway pattern.
GATEWAY_TOOLS = [ { "name": "gateway_list_servers", "description": ( "List all registered MCP backend servers with their names, " "descriptions, and tool counts. Use this first to discover " "available capabilities." ), "inputSchema": { "type": "object", "properties": {}, }, },