Skip to main content
Glama

Prefect MCP Server

by fortunto2

list_flow_runs

Retrieve and filter flow runs from the Prefect API, allowing pagination with limit and offset parameters or filtering by specific flow ID for precise workflow management.

Instructions

Get a list of flow runs from the Prefect API.

Args: limit: Maximum number of flow runs to return (default 20). offset: Number of flow runs to skip (default 0). flow_id: Optional ID of the flow to filter runs by.

Input Schema

NameRequiredDescriptionDefault
flow_idNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "flow_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Flow Id" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "title": "list_flow_runsArguments", "type": "object" }

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/fortunto2/prefect-mcp-server'

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