Skip to main content
Glama

Prefect MCP Server

by fortunto2

list_deployments

Retrieve and filter deployments from Prefect workflows using limit, offset, and flow_id parameters to manage and analyze automation tasks.

Instructions

Get a list of deployments from the Prefect API.

Args: limit: Maximum number of deployments to return (default 20). offset: Number of deployments to skip (default 0). flow_id: Optional ID of the flow to filter deployments by.

Input Schema

NameRequiredDescriptionDefault
flow_idNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "flow_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Flow Id" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "title": "list_deploymentsArguments", "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