Skip to main content
Glama
NGRThomson

airbyte-oss-mcp

by NGRThomson

get_connection

Retrieve a specific Airbyte connection by name or ID, returning its metadata, stream summaries, and recent sync jobs.

Instructions

Get one connection by exact name or connectionId UUID.

Returns connection metadata with stream summaries (name, namespace, prefix, syncMode) and the three most recent sync jobs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionYes
envNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that it returns metadata with stream summaries and recent sync jobs, but does not cover error behavior (e.g., if connection not found), authorization requirements, or rate limits. Since no annotations are provided, the description carries full burden but offers only basic behavioral info.

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

Conciseness5/5

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

The description is two sentences long with no redundancy. The first sentence states the purpose and lookup method, the second describes the output. Every word adds value.

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

Completeness4/5

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

The description sufficiently explains the tool's behavior for a simple get-by-ID operation. It identifies the lookup parameter and output shape. Although error handling and env parameter are missing, the presence of an output schema reduces the burden. Minor gap in not explaining the env parameter.

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

Parameters3/5

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

The description adds meaning to the 'connection' parameter by stating it can be an exact name or UUID, but does not explain the optional 'env' parameter. With 0% schema description coverage, the description partially compensates but leaves one parameter unexplained.

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 clearly states the verb 'Get', the resource 'one connection', and the lookup criteria 'by exact name or connectionId UUID'. It also specifies the return value includes stream summaries and recent sync jobs, distinguishing it from siblings like 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 Guidelines4/5

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

The description indicates when to use this tool (to get a specific connection by name or UUID). It does not provide explicit when-not-to-use or alternatives, but the context of sibling tools is clear enough for an agent to differentiate.

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/NGRThomson/airbyte-oss-mcp'

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