get_airflow_config
Retrieve Apache Airflow configuration settings including executor type, database connections, scheduler intervals, and logging parameters to inspect system setup and troubleshoot deployment issues.
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 | |||