Skip to main content
Glama

Prefect MCP Server

resume_work_queue

Resume a paused work queue in Prefect to restart workflow execution. Provide the work queue UUID to activate queued tasks and resume automated processes.

Instructions

Resume a work queue.

Args: work_queue_id: The work queue UUID

Returns: Details of the updated work queue

Input Schema

NameRequiredDescriptionDefault
work_queue_idYes

Input Schema (JSON Schema)

{ "properties": { "work_queue_id": { "title": "Work Queue Id", "type": "string" } }, "required": [ "work_queue_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