Skip to main content
Glama

MCP-Airflow-API

get_import_error

Retrieve detailed import error information, including ID, filename, stacktrace, and timestamp, to diagnose and resolve issues in Apache Airflow clusters efficiently.

Instructions

[Tool Role]: Retrieves a specific import error by ID.

Args: import_error_id: The import error ID to retrieve

Returns: Single import error: import_error_id, filename, stacktrace, timestamp

Input Schema

NameRequiredDescriptionDefault
import_error_idYes

Input Schema (JSON Schema)

{ "properties": { "import_error_id": { "title": "Import Error Id", "type": "integer" } }, "required": [ "import_error_id" ], "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