Skip to main content
Glama

Prefect MCP Server

by fortunto2

search_flow_runs_by_state

Filter and retrieve workflow flow runs by specific state types or names, such as 'COMPLETED' or 'FAILED', with customizable result limits for efficient monitoring.

Instructions

Search for flow runs by state.

Args: state_type: Optional state type (e.g., "COMPLETED", "FAILED", "CRASHED"). state_name: Optional state name (e.g., "Completed", "Failed"). limit: Maximum number of flow runs to return (default 20).

Input Schema

NameRequiredDescriptionDefault
limitNo
state_nameNo
state_typeNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "state_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "State Name" }, "state_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "State Type" } }, "title": "search_flow_runs_by_stateArguments", "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