Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
660
2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROMPTS_DIRNoDirectory to store prompt templates

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
add_prompt

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

update_prompt

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

get_prompt

Gets a prompt by its ID

list_prompts

Lists all available prompts

delete_prompt

Deletes a prompt by its ID

apply_prompt

Applies variables to a template prompt and returns the result

add_multi_message_prompt

Adds a new multi-message prompt with role-based messages

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