Skip to main content
Glama

EventTrader MCP

Bb Get Request

bb_get_request
Read-onlyIdempotent

Build it Better: read one build — stage (requested/funded = scope accepted and queued/building/shipped), scope, the real elapsed build time, our_url once shipped, and the BB-* message log. Read-only, no auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYesthe build's ticket, e.g. ET-12345

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Read-only, no auth'. It additionally provides value by stating the stage semantics and the lifecycle-dependent field ('our_url once shipped'), which is useful behavioral context beyond the schema.

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?

A single dense sentence that front-loads the core operation and then packs essential response details. Every clause adds information, with no redundancy or filler.

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

Completeness5/5

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

For a single-parameter read-only tool with rich annotations and no output schema, the description fully covers what the tool reads, the input needed, the auth requirement, and the read-only nature. Nothing essential for correct invocation is missing.

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?

Schema description coverage is 100% and the schema already documents the 'ticket' parameter with an example. The description adds no further parameter detail beyond implying that the ticket identifies the build to read, so the baseline 3 is appropriate.

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?

States a specific verb and resource: 'read one build', and enumerates exactly what is returned (stage, scope, elapsed time, our_url, message log). It is clearly distinguishable from sibling search tools like bb_search_rebuilt_apps and mutation tools like bb_request_change.

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 clearly implies the tool is for retrieving a single existing build by ticket. It does not explicitly name alternatives or exclusion conditions, but the singular 'read one build' plus the required 'ticket' parameter provides clear usage context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources