Skip to main content
Glama

Prefect MCP Server

by fortunto2

search_deployments_by_status

Filter and retrieve Prefect workflow deployments based on their schedule activation status. Specify criteria like active/non-active schedules and limit results for efficient management.

Instructions

Search for deployments by schedule status.

Args: is_schedule_active: Filter deployments by whether their schedule is active. limit: Maximum number of deployments to return (default 20).

Input Schema

NameRequiredDescriptionDefault
is_schedule_activeNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "is_schedule_active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Schedule Active" }, "limit": { "default": 20, "title": "Limit", "type": "integer" } }, "title": "search_deployments_by_statusArguments", "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