Skip to main content
Glama

airflow-mcp-server

get_dag_dataset_queued_events

Retrieve queued events for specific DAG datasets within the Airflow MCP server. Filters events by DAG ID and timestamp to monitor and manage workflow execution.

Instructions

get_dag_dataset_queued_events

Input Schema

NameRequiredDescriptionDefault
beforeNo
dag_idNo

Input Schema (JSON Schema)

{ "properties": { "before": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Before" }, "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" } }, "title": "get_dag_dataset_queued_events_input", "type": "object" }
Install Server

Other Tools from airflow-mcp-server

Related Tools

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/abhishekbhakat/airflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server