list_variables
List Airflow variables for troubleshooting configuration issues. Returns keys, values, and descriptions with pagination. Read-only tool does not create or modify variables.
Instructions
List Airflow Variables (read-only) — handy when troubleshooting why a task can't find config it expects.
Values flagged sensitive by Airflow's secrets masker come back masked. Read-only by design: this tool cannot create or modify variables.
Args: limit: Max variables to return (default 100). offset: Pagination offset.
Returns:
VariableList with variables (key, value, description) and total_entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | Yes | ||
| total_entries | No |