get_airflow_config
Retrieve complete Airflow configuration settings organized by sections such as core, database, and webserver, with key, value, and source for each parameter.
Instructions
Get Airflow instance configuration and settings.
Use this tool when the user asks about:
"What's the Airflow configuration?" or "Show me Airflow settings"
"What's the executor type?" or "How is Airflow configured?"
"What's the parallelism setting?"
Database connection, logging, or scheduler settings
Finding specific configuration values
Returns all Airflow configuration organized by sections:
[core]: Basic Airflow settings (executor, dags_folder, parallelism)
[database]: Database connection and settings
[webserver]: Web UI configuration (port, workers, auth)
[scheduler]: Scheduler behavior and intervals
[logging]: Log locations and formatting
[api]: REST API configuration
[operators]: Default operator settings
And many more sections...
Each setting includes:
key: Configuration parameter name
value: Current value
source: Where the value came from (default, env var, config file)
Returns: JSON with complete Airflow configuration organized by sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |