Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
417
1

update_prompt

Modify existing prompts by updating name, description, or messages, supporting both single content and multi-message formats for improved usability.

Instructions

Updates an existing prompt (supports both single content and multi-message formats)

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description for the prompt
idYesID of the prompt to update
messagesNoNew messages (converts single content to multi-message format)
nameNoNew name for the prompt

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description for the prompt", "type": "string" }, "id": { "description": "ID of the prompt to update", "type": "string" }, "messages": { "description": "New messages (converts single content to multi-message format)", "items": { "properties": { "content": { "properties": { "image": { "description": "Image data (required for image type)", "type": "string" }, "text": { "description": "Text content (required for text type)", "type": "string" }, "type": { "description": "Type of content", "enum": [ "text", "image" ], "type": "string" } }, "required": [ "type" ], "type": "object" }, "role": { "description": "Role of the message sender", "enum": [ "user", "assistant" ], "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" }, "name": { "description": "New name for the prompt", "type": "string" } }, "required": [ "id" ], "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