Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

test_connection

Verify connectivity by testing Airflow database and external system connections using specified parameters such as host, port, login, and password.

Instructions

Test a connection

Input Schema

NameRequiredDescriptionDefault
conn_typeYes
extraNo
hostNo
loginNo
passwordNo
portNo
schemaNo

Input Schema (JSON Schema)

{ "properties": { "conn_type": { "title": "Conn Type", "type": "string" }, "extra": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Extra" }, "host": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Host" }, "login": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Login" }, "password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Password" }, "port": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Port" }, "schema": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema" } }, "required": [ "conn_type" ], "title": "test_connectionArguments", "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/yangkyeongmo/mcp-server-apache-airflow'

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