Skip to main content
Glama

EventTrader MCP

Bb Post Verdict

bb_post_verdict

Build it Better: BB-VERDICT — after the build shipped, test our_url and say pass or fail. A fail goes back to the build queue with your note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNowhat is still not better
ticketYesthe build's ticket, e.g. ET-12345
verdictYes'pass' or 'fail'
request_tokenYesthe one-time request_token returned by bb_file_request — only its holder may act

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations are all false/noncommittal, so the description carries the burden. It discloses that a fail verdict triggers a requeue with the note, and the request_token schema description adds that the token is one-time and holder-only. This is meaningful behavioral context beyond the minimal annotations.

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 efficiently written sentences. The core purpose is front-loaded ('after the build shipped, test our_url and say pass or fail'), and the consequence is stated in the second sentence without fluff or redundancies.

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?

For a 4-parameter tool with 100% schema coverage and no output schema, the description covers the workflow trigger and the key effect of a fail verdict. Minor gaps remain (e.g., what happens on a pass, whether verdicts can be revised), but nothing blocks correct invocation.

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%, so the baseline is 3. The description reinforces the meaning of 'note' by mentioning it in the fail-requeue flow and reinforces 'verdict' by saying pass or fail. It adds little beyond the schema's already complete parameter descriptions.

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 states a specific verb and resource: after the build ships, test our_url and say pass or fail. It clearly positions this tool within the Build-it-Better workflow as the verdict-posting step, distinguishing it from siblings like bb_request_change or bb_accept_spec by its timing and action.

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?

Explicitly says when to use it: 'after the build shipped.' It also clarifies the consequence of a 'fail' (goes back to build queue), which helps an agent decide to call it post-shipping. No exclusions or alternatives are named, but the temporal context is clear enough.

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