list_providers
List installed Apache Airflow provider packages with their versions, descriptions, and included operators, hooks, and sensors. Responds to queries about provider availability and integration details.
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 | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |