Skip to main content
Glama

MCP-Airflow-API

list_pools

Retrieve and view all pools in an Apache Airflow instance, including their configurations and usage details, with options for pagination and limit control.

Instructions

[Tool Role]: List all pools in the Airflow instance.

Args: limit: Maximum number of pools to return (default: 20) offset: Number of pools to skip for pagination (default: 0)

Returns: List of pools with their configuration and usage information

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "type": "object" }

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/call518/MCP-Airflow-API'

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