Skip to main content
Glama

MCP Server Airflow Token

get_event_logs

Retrieve and filter event log entries from Apache Airflow to monitor DAG runs, task executions, and workflow events with configurable parameters.

Instructions

List log entries from event log

Input Schema

NameRequiredDescriptionDefault
afterNo
beforeNo
dag_idNo
eventNo
excluded_eventsNo
included_eventsNo
limitNo
map_indexNo
offsetNo
order_byNo
ownerNo
run_idNo
task_idNo
try_numberNo

Input Schema (JSON Schema)

{ "properties": { "after": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "After" }, "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" }, "event": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Event" }, "excluded_events": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Excluded Events" }, "included_events": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Included Events" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "owner": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Owner" }, "run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Run Id" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" }, "try_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Try Number" } }, "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/nikhil-ganage/mcp-server-airflow-token'

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