Skip to main content
Glama

can I ship

can_i_ship
Read-onlyIdempotent

Determine if a change is ready to ship by applying thresholds to a finished eval run and returning ship/hold with required versus actual check values.

Instructions

Does the evidence let this change through? Reads the gate on a finished eval run (the latest DONE run when eval_id is omitted) with your thresholds — or sensible defaults: the certified-switch test (noninferiority_margin 0.05) for a criterion run against stored answers, min_win_rate 0.5 for a comparison — and returns ship/hold with every check's required vs actual, where 'actual' is the interval's LOWER bound. Read-only; the same call is the CI step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoRestrict the checks to one candidate key.
eval_idNoThe run to gate. Default: the newest DONE run.
min_win_rateNoComparison runs: every candidate's win-rate CI floor must be ≥ this.
min_pass_rateNoCriterion runs: corrected pass-rate CI floor must be ≥ this.
noninferiority_marginNoCertified switch: candidate's corrected pass-rate floor ≥ incumbent's rate − margin (needs a stored baseline and a calibrated judge).
min_assertion_pass_rateNoExact all-assertions pass rate must be ≥ this.
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, and the description adds meaningful behavioral details beyond that: the 'actual' value uses the interval's LOWER bound, omitted eval_id targets the newest DONE run, and sensible defaults apply. This is valuable behavioral context that the annotations alone do not provide.

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 a single dense sentence with no filler, front-loaded with the core question and decision outcome before diving into defaults and lower-bound semantics. Every clause contributes either selection criteria, behavior, or output shape.

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 full schema coverage, rich annotations, and no output schema, the description supplies the essential missing context: what the return is (ship/hold plus required vs actual), which runs it applies to, and how defaults work. It is complete enough for an agent to invoke correctly, though a bit more detail about all possible check types would fully round it out.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents all six parameters; the baseline is 3. The description adds extra semantic value by explaining the certified-switch default (noninferiority_margin 0.05), min_win_rate 0.5 default, and how actual values map to interval lower bounds, which enriches parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads the gate on a finished eval run and returns a ship/hold decision with required vs actual values, which goes well beyond the name. It does not explicitly differentiate itself from the sibling get_eval_gate, so it falls just short of full sibling-distinguishing clarity.

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 gives clear context: use this when deciding whether evidence lets a change ship, including the CI-step role and the default to the latest DONE run. It does not name alternatives or state when not to use it, but the context is specific enough for an agent to select it appropriately.

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

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/omnia-v/errorbar-mcp'

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