Skip to main content
Glama

airflow-mcp-server

get_import_errors

Retrieve and analyze import errors in Airflow workflows, allowing users to specify limits, offsets, and ordering for efficient error management and troubleshooting.

Instructions

get_import_errors

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
order_byNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" } }, "title": "get_import_errors_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

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/abhishekbhakat/airflow-mcp-server'

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