get_version
Retrieve detailed version information for an Airflow instance, including its Airflow version, Git version, and build details, using the MCP-Airflow-API tool.
Instructions
[Tool Role]: Get version information of the Airflow instance.
Returns: Version information including Airflow version, Git version, and build info
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}