Skip to main content
Glama

Prefect MCP Server

by fortunto2

get_flow_by_id

Retrieve a specific workflow automation flow by its unique ID using the Prefect MCP Server, facilitating precise flow management and integration within the automation system.

Instructions

Get a flow by its ID.

Args: flow_id: ID of the flow to retrieve.

Input Schema

NameRequiredDescriptionDefault
flow_idYes

Input Schema (JSON Schema)

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