airflow-mcp-server

by abhishekbhakat
Verified

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

ID: 6gjq9w80xr