Skip to main content
Glama

Prefect MCP Server

by fortunto2

get_flow_run_by_id

Retrieve detailed information about a specific workflow execution using its unique ID within the Prefect MCP Server, enabling efficient monitoring and management of automated tasks.

Instructions

Get a flow run by its ID.

Args: flow_run_id: ID of the flow run to retrieve.

Input Schema

NameRequiredDescriptionDefault
flow_run_idYes

Input Schema (JSON Schema)

{ "properties": { "flow_run_id": { "title": "Flow Run Id", "type": "string" } }, "required": [ "flow_run_id" ], "title": "get_flow_run_by_idArguments", "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