MCP Server Replicate

get_prediction

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" }