replicate-flux-mcp

by awkoy
Verified

get_prediction

Get details of a specific prediction by ID

Input Schema

NameRequiredDescriptionDefault
predictionIdYesID of the prediction to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "predictionId": { "description": "ID of the prediction to retrieve", "minLength": 1, "type": "string" } }, "required": [ "predictionId" ], "type": "object" }