Skip to main content
Glama

airflow-mcp-server

set_mapped_task_instance_note

Add or update notes for specific mapped task instances in Airflow by providing DAG ID, task ID, run ID, and map index for enhanced workflow documentation.

Instructions

set_mapped_task_instance_note

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
map_indexNo
noteNo
task_idNo

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" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "set_mapped_task_instance_note_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