Skip to main content
Glama

Prefect MCP Server

by fortunto2

get_deployment_by_name

Retrieve a specific workflow deployment by its name using the Prefect MCP Server for precise workflow automation management and integration.

Instructions

Get a deployment by its name.

Args: name: Name of the deployment to retrieve, in format "flow_name/deployment_name".

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "get_deployment_by_nameArguments", "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