Skip to main content
Glama

Agent MCP Gateway

list_servers

Discover available MCP servers through the gateway to access their tools. Your access is determined by gateway policy rules.

Instructions

Discover downstream MCP servers available through this gateway. Your access is determined by gateway policy rules. Workflow: 1) Call list_servers to discover servers, 2) Call get_server_tools to see available tools, 3) Call execute_tool to use them.

Input Schema

NameRequiredDescriptionDefault
agent_idNoYour agent identifier (leave empty if not provided to you)
include_metadataNoInclude technical details (transport, command, url)

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Your agent identifier (leave empty if not provided to you)" }, "include_metadata": { "default": false, "description": "Include technical details (transport, command, url)", "type": "boolean" } }, "type": "object" }

Other Tools from Agent MCP Gateway

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/roddutra/agent-mcp-gateway'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server