Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
417
1

add_prompt

Enables users to add a new prompt to Promptopia MCP by providing a name, content with variables in {{variable}} format, and an optional description for clarity.

Instructions

Adds a new prompt to the system (single content format)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the prompt with variables in {{variable}} format
descriptionNoDescription of the prompt
nameYesName of the prompt

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the prompt with variables in {{variable}} format", "type": "string" }, "description": { "description": "Description of the prompt", "type": "string" }, "name": { "description": "Name of the prompt", "type": "string" } }, "required": [ "name", "content" ], "type": "object" }
Install Server

Other Tools from Promptopia MCP

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/lumile/promptopia-mcp'

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