MCP Server Replicate

get_collection_details

Get detailed information about a specific collection.

Input Schema

NameRequiredDescriptionDefault
collection_slugYes

Input Schema (JSON Schema)

{ "properties": { "collection_slug": { "title": "Collection Slug", "type": "string" } }, "required": [ "collection_slug" ], "title": "get_collection_detailsArguments", "type": "object" }