Skip to main content
Glama

Prefect MCP Server

get_deployment

Retrieve deployment details by ID from Prefect's workflow automation platform to access configuration, status, and execution information for workflow management.

Instructions

Get details of a specific deployment by ID.

Args: deployment_id: The deployment UUID

Returns: Deployment 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