replicate-flux-mcp

by awkoy
Verified

prediction_list

Get a list of recent predictions from Replicate

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of predictions to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "Maximum number of predictions to return", "maximum": 100, "minimum": 1, "type": "integer" } }, "type": "object" }