Skip to main content
Glama

airflow-mcp-server

post_connection

Manage and configure workflow connections by setting connection type, ID, host, login, password, port, schema, and other parameters in the Airflow MCP server.

Instructions

post_connection

Input Schema

NameRequiredDescriptionDefault
conn_typeNo
connection_idNo
descriptionNo
extraNo
hostNo
loginNo
passwordNo
portNo
schemaNo

Input Schema (JSON Schema)

{ "properties": { "conn_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Conn Type" }, "connection_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Connection Id" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "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" } }, "title": "post_connection_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