Skip to main content
Glama

Prefect MCP Server

by fortunto2

get_deployment_by_id

Retrieve specific deployment details by providing the deployment ID, enabling precise access to workflow automation configurations on the Prefect MCP Server.

Instructions

Get a deployment by its ID.

Args: deployment_id: ID of the deployment to retrieve.

Input Schema

NameRequiredDescriptionDefault
deployment_idYes

Input Schema (JSON Schema)

{ "properties": { "deployment_id": { "title": "Deployment Id", "type": "string" } }, "required": [ "deployment_id" ], "title": "get_deployment_by_idArguments", "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