Skip to main content
Glama
astronomer

astro-airflow-mcp

Official
by astronomer

list_plugins

List all installed Airflow plugins and their components, including hooks, executors, macros, and custom UI views, to inspect available extensions.

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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but description fully discloses behavior: it returns information about all discovered plugins, lists return fields (name, hooks, executors, etc.), and implies read-only nature. No side effects mentioned, but appropriate for a list tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is moderately long but well-structured with bullet points and example queries. Each sentence adds value, though could be slightly more concise. Front-loaded with purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (list with no parameters) and presence of output schema (described in detail), the description is complete. Covers purpose, usage triggers, behavioral details, and return fields with no gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has zero parameters, so schema description coverage is 100% trivially. Description adds no parameter info (none exist), which is fine. Baseline for zero-parameter tools is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Get information about installed Airflow plugins' with specific verb and resource. Provides example user queries that map directly to this tool, distinguishing it from siblings like 'list_providers' or 'list_dags'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly lists when to use via example user questions (e.g., 'What plugins are installed?', 'Is plugin X installed?'). Provides context on what plugins are, but does not explicitly state when not to use or compare to alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/astronomer/astro-airflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server