Skip to main content
Glama

MCP-Airflow-API

list_import_errors

Identifies and retrieves import errors in Apache Airflow clusters, enabling efficient debugging with customizable limits and offsets for precise error tracking.

Instructions

[Tool Role]: Lists import errors with optional filtering.

Args: limit: Maximum number of import errors to return (default: 20, increased from 20 for better coverage) offset: Number of entries to skip (default: 0)

Returns: List of import errors: import_errors, total_entries, limit, offset, pagination metadata

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