Skip to main content
Glama

MCP-Airflow-API

list_event_logs

Retrieve and filter event log entries from Apache Airflow clusters. Supports filtering by DAG ID, task ID, run ID, and pagination with limit and offset parameters.

Instructions

[Tool Role]: Lists event log entries with optional filtering.

Args: dag_id: Filter by DAG ID (optional) task_id: Filter by task ID (optional) run_id: Filter by run ID (optional) limit: Maximum number of log entries to return (default: 20, increased from 20 for better coverage) offset: Number of entries to skip (default: 0)

Returns: List of event logs: event_logs, total_entries, limit, offset, pagination metadata

Input Schema

NameRequiredDescriptionDefault
dag_idNo
limitNo
offsetNo
run_idNo
task_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "default": null, "title": "Dag Id", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "run_id": { "default": null, "title": "Run Id", "type": "string" }, "task_id": { "default": null, "title": "Task Id", "type": "string" } }, "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/call518/MCP-Airflow-API'

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