Skip to main content
Glama

Prefect MCP Server

by fortunto2

get_flow_by_name

Retrieve a specific workflow by its name using the Prefect MCP Server to access and manage flow details efficiently for automation tasks.

Instructions

Get a flow by its name.

Args: name: Name of the flow to retrieve.

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "get_flow_by_nameArguments", "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