Skip to main content
Glama

MCP Server Replicate

get_prediction

Retrieve status and results of AI model predictions by providing a prediction ID, with options to wait for completion and set retry limits, enabling efficient tracking of model inference tasks.

Instructions

Get the status and results of a prediction.

Input Schema

NameRequiredDescriptionDefault
max_retriesNo
prediction_idYes
waitNo

Input Schema (JSON Schema)

{ "properties": { "max_retries": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Retries" }, "prediction_id": { "title": "Prediction Id", "type": "string" }, "wait": { "default": false, "title": "Wait", "type": "boolean" } }, "required": [ "prediction_id" ], "title": "get_predictionArguments", "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