Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
297
2

apply_prompt

Apply specified variables to a template prompt to generate tailored results. Use this tool by providing the prompt ID and variable values for customizable outputs.

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" }

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