Skip to main content
Glama

Prefect MCP Server

by fortunto2

list_flows

Retrieve a list of flows from the Prefect API, allowing users to specify limit and offset for precise data retrieval. Streamlines workflow automation interactions using the MCP protocol.

Instructions

Get a list of flows from the Prefect API.

Args: limit: Maximum number of flows to return (default 20). offset: Number of flows to skip (default 0).

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "title": "list_flowsArguments", "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