Skip to main content
Glama

Prefect MCP Server

get_task_run

Retrieve detailed information about a specific Prefect task run using its unique identifier to monitor execution status and access run metadata.

Instructions

Get details of a specific task run by ID.

Args: task_run_id: The task run UUID

Returns: Task run details

Input Schema

NameRequiredDescriptionDefault
task_run_idYes

Input Schema (JSON Schema)

{ "properties": { "task_run_id": { "title": "Task Run Id", "type": "string" } }, "required": [ "task_run_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