Skip to main content
Glama
zamax14
by zamax14

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIRFLOW_BASE_URLYesBase URL of the Airflow instance (e.g., http://localhost:8080)
AIRFLOW_PASSWORDYesPassword for Airflow authentication
AIRFLOW_USERNAMEYesUsername for Airflow authentication
AIRFLOW_AUTH_MODENoAuthentication mode (default: basic)basic
AIRFLOW_LOG_MAX_LINESNoMaximum number of log lines to return (optional)100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_dagsA

List Airflow DAGs, optionally filtered by tag or active state.

get_dagC

Get metadata for a single Airflow DAG.

list_dag_runsC

List DAG run history for a given DAG.

get_dag_runC

Get details for a single DAG run, including its trigger conf.

list_task_instancesB

List task instances and their state for a given DAG run.

get_task_logsB

Get logs for a task instance, truncated to AIRFLOW_LOG_MAX_LINES.

trigger_dag_runB

Trigger a new DAG run. Sensitive: creates a new, irreversible execution.

pause_dagA

Pause a DAG. Reversible, but affects the shared scheduler.

unpause_dagB

Resume a paused DAG.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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