Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
417
1

apply_prompt

Transform template prompts into actionable outputs by dynamically inserting variables. Specify prompt ID and variables to generate tailored results using the Promptopia MCP server.

Instructions

Applies variables to a template prompt and returns the result

Input Schema

NameRequiredDescriptionDefault
idYesID of the prompt to apply
variablesYesObject containing variable names and their values

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the prompt to apply", "type": "string" }, "variables": { "description": "Object containing variable names and their values", "type": "object" } }, "required": [ "id", "variables" ], "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