Skip to main content
Glama
madamak

Apache Airflow MCP Server

by madamak

airflow_unpause_dag

Destructive

Resume scheduled execution of an Apache Airflow DAG by setting its paused state to false and returning the workflow's UI link.

Instructions

Resume DAG scheduling (sets is_paused=False and returns UI link).

Parameters

  • instance: Instance key (optional; mutually exclusive with ui_url)

  • ui_url: Airflow UI URL to resolve instance (optional; takes precedence)

  • dag_id: DAG identifier (required if ui_url not provided)

Returns

  • Response dict: { "dag_id": str, "is_paused": false, "ui_url": str, "request_id": str }

  • Raises: ToolError with compact JSON payload (code, message, request_id, optional context)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNo
ui_urlNo
dag_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavioral context beyond annotations: it specifies the exact state change ('sets is_paused=False'), describes the return format, and mentions error handling. While annotations already indicate destructiveHint=true, the description provides concrete implementation details about what gets changed and what's returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with a clear purpose statement followed by organized parameter and return sections. Every sentence adds essential information with zero waste. The two-sentence purpose statement covers both action and return value effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the destructiveHint annotation and the presence of an output schema, the description provides excellent context: it explains the state mutation, parameter relationships, return format, and error handling. For a destructive operation with good annotations and output schema, this description is complete and helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining all three parameters: their purposes (instance key, UI URL resolution, DAG identifier), optionality, mutual exclusivity rules, and precedence. It provides complete semantic understanding beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Resume DAG scheduling'), the effect ('sets is_paused=False'), and distinguishes it from siblings like 'airflow_pause_dag' by being the opposite operation. It provides both the functional behavior and the return value structure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear parameter usage guidance (instance vs ui_url mutual exclusivity, dag_id requirement when ui_url not provided) and implies usage context through the action name 'unpause'. However, it doesn't explicitly state when to use this tool versus alternatives like 'airflow_pause_dag' or 'airflow_trigger_dag'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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