Skip to main content
Glama
trustxai
by trustxai

airbyte_list_source_definitions

Read-onlyIdempotent

List available source connector definitions in a workspace to retrieve their UUIDs for creating new sources.

Instructions

List available source connector definitions in a workspace.

Source definitions describe which connector types are available (e.g. Postgres, Stripe, Google Sheets). Each definition has a UUID that can be used when creating a new source.

When to Use: - Find the definition ID for a specific connector type before creating a source with airbyte_create_source. - Audit which custom connectors are installed in a workspace.

Returns: List of source definitions with name, definition ID, and Docker image information.

Examples: params = { "workspace_id": "a1b2c3d4-..." }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint, destructiveHint false, idempotentHint true. The description adds that the tool returns a list with name, definition ID, and Docker image info, which is useful context beyond annotations. No contradictions.

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 well-structured with sections for purpose, when to use, returns, and examples. It is concise with no wasted sentences, every sentence 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?

Given the tool's simplicity (list operation with two params, annotations present, output schema exists), the description covers usage context, return content, and provides an example. It could mention that the list is workspace-specific, but it's adequate.

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?

Input schema has two parameters: workspace_id (with description 'UUID of the workspace') and response_format (enum with default). The description provides an example using workspace_id but does not explain response_format or further detail workspace_id format. With schema description coverage at 0% (though workspace_id has a description), the description adds limited value over schema.

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 tool lists available source connector definitions in a workspace, explains what source definitions are, and links to creating a source. It differentiates from sibling tools like airbyte_get_source_definition by focusing on listing all definitions.

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 explicitly includes a 'When to Use' section with two scenarios: finding definition IDs before creating a source and auditing custom connectors. It references the sibling tool airbyte_create_source. However, it does not explicitly state when not to use or compare with get_source_definition.

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

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