list_variables
List Airflow variables to troubleshoot missing configuration in tasks. Read-only, returns variable keys, values, and descriptions with sensitive values masked.
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 |