Skip to main content
Glama

MCP Create Server

by tesla0225

execute-tool

Run custom tools on MCP Create Server by specifying server ID and tool name, passing required arguments for efficient execution.

Instructions

Execute a tool on a server

Input Schema

NameRequiredDescriptionDefault
argsNoThe arguments to pass to the tool
serverIdYesThe ID of the server
toolNameYesThe name of the tool to execute

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "The arguments to pass to the tool", "type": "object" }, "serverId": { "description": "The ID of the server", "type": "string" }, "toolName": { "description": "The name of the tool to execute", "type": "string" } }, "required": [ "serverId", "toolName" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Create 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/tesla0225/mcp-create'

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