Skip to main content
Glama

MCP-Airflow-API

dag_run_duration

Analyze DAG run durations by retrieving statistics for a specific DAG ID, customizable with a limit on recent runs to improve data accuracy and insights.

Instructions

[Tool Role]: Retrieves run duration statistics for a specific DAG.

Args: dag_id: The DAG ID to get run durations for limit: Maximum number of recent runs to analyze (default: 50, increased from 10 for better statistics)

Returns: DAG run duration data: dag_id, runs, statistics

Input Schema

NameRequiredDescriptionDefault
dag_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" } }, "required": [ "dag_id" ], "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