Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_event_logs

Retrieve and filter Apache Airflow event logs by parameters like DAG ID, task ID, run ID, event type, and time range to monitor and debug workflows effectively.

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" } }, "title": "get_event_logsArguments", "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