Skip to main content
Glama

Prefect MCP Server

get_deployment_schedule

Retrieve schedule details for a Prefect deployment by providing its UUID to manage workflow automation timing and execution patterns.

Instructions

Get a deployment's schedule.

Args: deployment_id: The deployment UUID

Returns: Schedule details

Input Schema

NameRequiredDescriptionDefault
deployment_idYes

Input Schema (JSON Schema)

{ "properties": { "deployment_id": { "title": "Deployment Id", "type": "string" } }, "required": [ "deployment_id" ], "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/allen-munsch/mcp-prefect'

If you have feedback or need assistance with the MCP directory API, please join our Discord server