Skip to main content
Glama

MCP Server Airflow Token

post_dag_run

Trigger an Apache Airflow DAG by ID to execute data workflows, supporting custom scheduling parameters and external run initiation.

Instructions

Trigger a DAG by ID

Input Schema

NameRequiredDescriptionDefault
dag_idYes
dag_run_idNo
data_interval_endNo
data_interval_startNo
end_dateNo
execution_dateNo
external_triggerNo
last_scheduling_decisionNo
logical_dateNo
noteNo
run_typeNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "data_interval_end": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Data Interval End" }, "data_interval_start": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Data Interval Start" }, "end_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "execution_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date" }, "external_trigger": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "External Trigger" }, "last_scheduling_decision": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Scheduling Decision" }, "logical_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Logical Date" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" }, "run_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Run Type" }, "start_date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "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/nikhil-ganage/mcp-server-airflow-token'

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