Skip to main content
Glama

Placid MCP Server

placid_list_templates

Generate a filtered list of Placid templates with details like title, ID, preview image, layers, and tags. Use collection ID, custom data, or tags for precise filtering.

Instructions

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

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