Replicate MCP Server

get_collection

Get details of a specific collection

Input Schema

NameRequiredDescriptionDefault
slugYesCollection slug

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "Collection slug", "type": "string" } }, "required": [ "slug" ], "type": "object" }