Skip to main content
Glama
veithly

mcp-server-wrapper

by veithly

mcp_invoke

Invoke tools from any registered MCP server by specifying server ID, tool name, and arguments. Use mcp_list_servers to find available servers.

Instructions

Invoke any tool from any registered MCP server. First use mcp_list_servers to see available servers and mcp_list_tools to see available tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesTool name to invoke
serverYesServer ID to use
timeoutNoTimeout in milliseconds
argumentsNoArguments to pass to the tool
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must cover behavioral traits. It only states 'invoke' without mentioning side effects, return values, error handling, or whether execution is synchronous. The timeout parameter hints at timing, but no explicit disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action ('Invoke any tool'), followed by a prerequisite. No unnecessary words, efficiently structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a generic invoke tool without output schema, the description with schema coverage provides enough context to use it correctly. It omits behavioral details like error handling, but given the tool's nature, it is fairly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with each parameter described. The description adds workflow context ('first use mcp_list_servers') but does not add meaning beyond the schema's parameter descriptions, so it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool invokes any tool from any registered MCP server, with a specific verb ('invoke') and resource ('any tool from any registered MCP server'). It distinguishes from sibling tools which focus on server management and listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises using mcp_list_servers and mcp_list_tools first, providing clear workflow context. It doesn't state when not to use, but for a generic invocation tool, this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/veithly/mcp-server-wrapper'

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