Skip to main content
Glama

MCP-Hub-MCP Server

by tpavelek

call-tool

Execute specific tools from connected MCP servers by specifying server name, tool name, and arguments. Optimize AI workflows by bypassing tool limits and managing infrequently used tools efficiently.

Instructions

Call a specific tool from a specific server

Input Schema

NameRequiredDescriptionDefault
serverNameYesName of the MCP server to call tool from
toolArgsYesArguments to pass to the tool
toolNameYesName of the tool to call

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serverName": { "description": "Name of the MCP server to call tool from", "type": "string" }, "toolArgs": { "additionalProperties": {}, "description": "Arguments to pass to the tool", "type": "object" }, "toolName": { "description": "Name of the tool to call", "type": "string" } }, "required": [ "serverName", "toolName", "toolArgs" ], "type": "object" }
Install Server

Other Tools from MCP-Hub-MCP Server

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/tpavelek/mcp-hub-mcp'

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