Skip to main content
Glama

MCP Maker

create_prompt_template

Generate prompt templates for MCP projects by specifying a name, description, and output directory. Includes optional variables to streamline custom prompt creation.

Instructions

Generates template code for a new MCP prompt

Input Schema

NameRequiredDescriptionDefault
descriptionYes
include_variablesNo
output_dirYes
prompt_nameYes

Input Schema (JSON Schema)

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