Skip to main content
Glama

Placid MCP Server

placid_generate_image

Create custom images by integrating dynamic content into templates using the Placid MCP Server. Provide assets and templates via API for tailored visual outputs.

Instructions

Generate an image using a template and provided assets

Input Schema

NameRequiredDescriptionDefault
layersYesKey-value pairs for dynamic content. Keys must match template layer names.
template_idYesUUID of the template to use

Input Schema (JSON Schema)

{ "properties": { "layers": { "additionalProperties": { "oneOf": [ { "properties": { "text": { "description": "Content for text layers", "type": "string" } }, "required": [ "text" ], "type": "object" }, { "properties": { "image": { "description": "URL for image/video layers", "format": "uri", "type": "string" } }, "required": [ "image" ], "type": "object" } ] }, "description": "Key-value pairs for dynamic content. Keys must match template layer names.", "type": "object" }, "template_id": { "description": "UUID of the template to use", "type": "string" } }, "required": [ "template_id", "layers" ], "type": "object" }

You must be authenticated.

Other Tools from Placid MCP Server

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/felores/placid-mcp-server'

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