list_providers
Retrieve details about installed Airflow provider packages, including versions, descriptions, and available integrations like operators and hooks.
Instructions
Get information about installed Airflow provider packages.
Use this tool when the user asks about:
"What providers are installed?" or "List all providers"
"What integrations are available?" or "Show me installed packages"
"Do we have the AWS provider?" or "Is the Snowflake provider installed?"
"What version of provider X is installed?"
Returns information about installed provider packages including:
package_name: Name of the provider package (e.g., "apache-airflow-providers-amazon")
version: Version of the provider package
description: What the provider does
provider_info: Details about operators, hooks, and sensors included
Returns: JSON with list of all installed provider packages and their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||