Skip to main content
Glama

airflow-mcp-server

update_dag_run_state

Modify the state of a specific DAG run in Airflow-MCP Server, allowing users to set it as 'success', 'failed', or 'queued' based on workflow requirements.

Instructions

update_dag_run_state

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
stateNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "state": { "anyOf": [ { "enum": [ "success", "failed", "queued" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "State" } }, "title": "update_dag_run_state_input", "type": "object" }
Install Server

Other Tools from airflow-mcp-server

Related Tools

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/abhishekbhakat/airflow-mcp-server'

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