Skip to main content
Glama

MCP-Airflow-API

trigger_dag

Initiate a new DAG run in Apache Airflow by specifying the DAG ID. Provides run details like ID, state, execution date, start, and end times via the MCP-Airflow-API.

Instructions

[Tool Role]: Triggers a new DAG run for a specified Airflow DAG.

Args: dag_id: The DAG ID to trigger

Returns: Minimal info about triggered DAG run: dag_id, run_id, state, execution_date, start_date, end_date

Input Schema

NameRequiredDescriptionDefault
dag_idYes

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" } }, "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