Skip to main content
Glama

Replicate MCP Server

by deepfates

get_model

Retrieve specific model details and available versions using the Replicate MCP Server, enabling efficient access and management of AI models and their parameters.

Instructions

Get details of a specific model including available versions

Input Schema

NameRequiredDescriptionDefault
nameYesModel name
ownerYesModel owner

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Model name", "type": "string" }, "owner": { "description": "Model owner", "type": "string" } }, "required": [ "owner", "name" ], "type": "object" }

You must be authenticated.

Other Tools from Replicate 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/deepfates/mcp-replicate'

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