Skip to main content
Glama

MCP Maker

generate_doc_enriched_template

Create MCP server templates enriched with documentation context for streamlined project scaffolding. Define project name, description, and output directory to generate structured templates efficiently.

Instructions

Generate an MCP server template with context from the documentation

Input Schema

NameRequiredDescriptionDefault
descriptionYes
doc_contextYes
output_dirYes
project_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "doc_context": { "minLength": 1, "type": "string" }, "output_dir": { "type": "string" }, "project_name": { "minLength": 1, "type": "string" } }, "required": [ "project_name", "description", "doc_context", "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