Skip to main content
Glama

replicate-flux-mcp

get_prediction

Retrieve detailed information about a specific prediction using its unique ID on the MCP server for Replicate Flux Model.

Instructions

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

Other Tools from replicate-flux-mcp

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/awkoy/replicate-flux-mcp'

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