list_plugins
Discover installed Airflow plugins to extend functionality with custom operators, hooks, views, and UI components.
Instructions
Get information about installed Airflow plugins.
Use this tool when the user asks about:
"What plugins are installed?" or "List all plugins"
"Show me the plugins" or "Which plugins are enabled?"
"Is plugin X installed?" or "Do we have any custom plugins?"
"What's in the plugins directory?"
Plugins extend Airflow functionality by adding custom operators, hooks, views, menu items, or other components. This returns information about all plugins discovered by Airflow's plugin system.
Returns information about installed plugins including:
name: Name of the plugin
hooks: Custom hooks provided by the plugin
executors: Custom executors provided by the plugin
macros: Custom macros provided by the plugin
flask_blueprints: Flask blueprints for custom UI pages
appbuilder_views: Flask-AppBuilder views for admin interface
appbuilder_menu_items: Custom menu items in the UI
Returns: JSON with list of all installed plugins and their components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||