Placid MCP Server

by felores
Verified

placid_list_templates

Get a list of available Placid templates with optional filtering. Each template includes its title, ID, preview image URL, available layers, and tags.

Input Schema

NameRequiredDescriptionDefault
collection_idNoOptional: Filter templates by collection ID
custom_dataNoOptional: Filter by custom reference data
tagsNoOptional: Filter templates by tags

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Optional: Filter templates by collection ID", "type": "string" }, "custom_data": { "description": "Optional: Filter by custom reference data", "type": "string" }, "tags": { "description": "Optional: Filter templates by tags", "items": { "type": "string" }, "type": "array" } }, "type": "object" }