Skip to main content
Glama

proxy

Facilitates dynamic access to MCP servers by listing tools, retrieving detailed capabilities, and executing calls for tools, resources, or prompts with JSON-encoded results.

Instructions

Main proxy tool for dynamic access to mounted MCP servers.

This tool provides a unified interface for:

  • Listing available tools, resources, or prompts across servers
  • Getting detailed info about specific capabilities
  • Calling tools, reading resources, or getting prompts

Annotations are used to provide rich type information for results, which can generally be expected to ultimately include JSON-encoded EmbeddedResource results that can be interpreted by the client.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform: list, info, or call.
argsNoArguments for a 'call' action (call tool, read resource, or get prompt).
pathNoName or URI of the specific tool/resource/prompt (with FastMCP prefixing). Not allowed for 'list' and 'info' actions.
typeYesType of MCP capability to interact with: tool, resource, or prompt.

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform: list, info, or call.", "enum": [ "list", "info", "call" ], "title": "Action", "type": "string" }, "args": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Arguments for a 'call' action (call tool, read resource, or get prompt).", "title": "Args" }, "path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Name or URI of the specific tool/resource/prompt (with FastMCP prefixing).\nNot allowed for 'list' and 'info' actions.", "title": "Path" }, "type": { "description": "Type of MCP capability to interact with: tool, resource, or prompt.", "enum": [ "tool", "resource", "prompt" ], "title": "Type", "type": "string" } }, "required": [ "action", "type" ], "type": "object" }
Install Server

Other Tools from MAGG

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/sitbon/magg'

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