Skip to main content
Glama

Prompts MCP Server

by tanker327

add_prompt

Add a new prompt with a name and markdown content to the Prompts MCP Server, enabling organized storage and retrieval of prompt templates for efficient management.

Instructions

Add a new prompt to the collection

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the prompt in markdown format
nameYesName of the prompt

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the prompt in markdown format", "type": "string" }, "name": { "description": "Name of the prompt", "type": "string" } }, "required": [ "name", "content" ], "type": "object" }

You must be authenticated.

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