get_pool
Retrieve a specific pool by its name using the MCP Server for Apache Airflow, enabling efficient management and monitoring of Airflow resources.
Instructions
Get a pool by name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pool_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pool_name": {
"title": "Pool Name",
"type": "string"
}
},
"required": [
"pool_name"
],
"title": "get_poolArguments",
"type": "object"
}