Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_dataset_events

Retrieve dataset events in Apache Airflow by specifying filters like dataset ID, DAG, task, or run details. Supports pagination and sorting for efficient data extraction.

Instructions

Get dataset events

Input Schema

NameRequiredDescriptionDefault
dataset_idNo
limitNo
offsetNo
order_byNo
source_dag_idNo
source_map_indexNo
source_run_idNo
source_task_idNo

Input Schema (JSON Schema)

{ "properties": { "dataset_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Dataset Id" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "source_dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Dag Id" }, "source_map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Source Map Index" }, "source_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Run Id" }, "source_task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Task Id" } }, "title": "get_dataset_eventsArguments", "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/yangkyeongmo/mcp-server-apache-airflow'

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