Skip to main content
Glama
NGRThomson

airbyte-oss-mcp

by NGRThomson

get_job_details

Retrieve job details and attempt statistics from a self-hosted Airbyte OSS instance, including total stats and failure summaries per attempt.

Instructions

Get job plus attempt stats via the internal OSS jobs API.

Includes per-attempt totalStats and failure summaries (without raw logs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
envNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It discloses the tool is read-only ('get') and mentions the internal API endpoint, but does not discuss side effects, permissions, rate limits, or other behavioral traits. Adequate but not detailed.

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?

Two sentences, no wasted words. Front-loaded with purpose, followed by specific detail on includes/excludes. Excellent structure.

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

Completeness3/5

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

Given the output schema exists (so return values are covered), the description covers the tool's purpose and main output. However, it omits the env parameter and does not mention any prerequisites or limitations beyond raw logs. Moderately complete.

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

Parameters2/5

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

Schema coverage is 0%, so description must compensate. It implicitly references job_id via 'job', but completely fails to describe the 'env' parameter, leaving its purpose and valid values 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 it gets job plus attempt stats, including per-attempt totalStats and failure summaries. It differentiates from siblings like get_job and get_job_failure_summary by specifying the inclusion of attempt statistics and exclusion of raw logs.

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 implies when to use this tool by stating what it includes (attempt stats and failure summaries) and excludes (raw logs). However, it does not explicitly name alternative tools or provide when-not-to-use guidance.

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