Skip to main content
Glama

MCP Maker

create_tool_template

Generate customizable MCP tool templates with parameters, name, description, and output directory for streamlined server development.

Instructions

Generates template code for a new MCP tool with customizable parameters

Input Schema

NameRequiredDescriptionDefault
descriptionYes
output_dirYes
parametersYes
tool_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "output_dir": { "type": "string" }, "parameters": { "items": { "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "name": { "minLength": 1, "type": "string" }, "required": { "type": "boolean" }, "type": { "enum": [ "string", "number", "boolean", "array", "object" ], "type": "string" } }, "required": [ "name", "type", "required", "description" ], "type": "object" }, "type": "array" }, "tool_name": { "minLength": 1, "type": "string" } }, "required": [ "tool_name", "description", "parameters", "output_dir" ], "type": "object" }

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/CaptainCrouton89/mcp-maker'

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