Skip to main content
Glama

MCP Router

exec_mcp_tool

Execute tools on target MCP servers by specifying server name, tool name, and parameters. Routes requests intelligently via MCP Router for efficient service discovery and execution.

Instructions

Execute a tool on a target MCP server. Args: target_server_name: Name of the target server target_tool_name: Name of the tool to execute parameters: Parameters for the tool

Input Schema

NameRequiredDescriptionDefault
parametersYes
target_server_nameYes
target_tool_nameYes

Input Schema (JSON Schema)

{ "properties": { "parameters": { "additionalProperties": true, "title": "Parameters", "type": "object" }, "target_server_name": { "title": "Target Server Name", "type": "string" }, "target_tool_name": { "title": "Target Tool Name", "type": "string" } }, "required": [ "target_server_name", "target_tool_name", "parameters" ], "title": "exec_mcp_toolArguments", "type": "object" }
Install Server

Other Tools from MCP Router

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/Maverick-LjXuan/mcp-router'

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