Skip to main content
Glama

Prefect MCP Server

get_work_queue_by_name

Retrieve work queue details from Prefect's workflow automation platform by specifying the queue name to monitor or manage workflow execution resources.

Instructions

Get a work queue by name.

Args: name: The work queue name

Returns: Work queue details

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

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