Skip to main content
Glama

MCP Server Replicate

get_model_details

Retrieve comprehensive details about a specific AI model by providing its unique identifier. Useful for understanding model capabilities, structure, and metadata within the MCP Server Replicate ecosystem.

Instructions

Get detailed information about a specific model.

Args: model_id: Model identifier in format owner/name Returns: Detailed model information

Input Schema

NameRequiredDescriptionDefault
model_idYes

Input Schema (JSON Schema)

{ "properties": { "model_id": { "title": "Model Id", "type": "string" } }, "required": [ "model_id" ], "title": "get_model_detailsArguments", "type": "object" }

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/gerred/mcp-server-replicate'

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