Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_event_log

Retrieve a specific log entry by ID from Apache Airflow using the event_log_id. Simplifies access to detailed logs for debugging and monitoring workflows.

Instructions

Get a specific log entry by ID

Input Schema

NameRequiredDescriptionDefault
event_log_idYes

Input Schema (JSON Schema)

{ "properties": { "event_log_id": { "title": "Event Log Id", "type": "integer" } }, "required": [ "event_log_id" ], "title": "get_event_logArguments", "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