Skip to main content
Glama

Prompts MCP Server

by tanker327

add_prompt

Add new prompts to the Prompts MCP Server by specifying a name, filename, and markdown content. Streamline prompt management and organization within the server's template collection.

Instructions

Add a new prompt to the collection

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the prompt in markdown format
filenameYesEnglish filename for the prompt file (without .md extension)
nameYesName of the prompt

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the prompt in markdown format", "type": "string" }, "filename": { "description": "English filename for the prompt file (without .md extension)", "type": "string" }, "name": { "description": "Name of the prompt", "type": "string" } }, "required": [ "name", "filename", "content" ], "type": "object" }

Other Tools from Prompts MCP 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/tanker327/prompts-mcp-server'

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