Skip to main content
Glama

create_connection

Create a new Airflow connection by providing connection data such as host, login, password, and port to integrate external systems with your DAGs.

Instructions

[Tool Role]: Creates a new connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_dataYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description fails to disclose any behavioral traits such as side effects, authentication requirements, idempotency, or error behavior. The agent receives no indication of what happens upon creation or failure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is extremely concise but fails to earn its place by adding substantive value. It essentially restates the tool name and does not structure information for easy consumption.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the open-ended parameter, lack of schema descriptions, and absence of annotations, the description is severely inadequate. It does not compensate for the missing structured information and leaves significant gaps in understanding the tool's usage and behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'connection_data' has a schema with 0% description coverage and is defined as an open-ended object (additionalProperties: true). The description does not provide any guidance on expected fields or structure, leaving the agent without meaningful context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Creates a new connection', clearly identifying the verb and resource. This distinguishes it from sibling tools like delete_connection, get_connection, update_connection, and list_connections.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creating new connections, but lacks explicit guidance on when to use this tool versus alternatives. No prerequisites or exclusions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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