Skip to main content
Glama

Replicate MCP Server

by deepfates

list_predictions

Retrieve recent AI model predictions with pagination support using the MCP protocol. Manage and access prediction results efficiently by specifying a cursor and limit for streamlined data retrieval.

Instructions

List recent predictions

Input Schema

NameRequiredDescriptionDefault
cursorNoCursor for pagination
limitNoMaximum number of predictions to return

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of predictions to return", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Replicate MCP Server

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

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