Skip to main content
Glama

Release Check

boosthis_release_check
Read-only

Find out how the last release actually held up, from the running app after it shipped. Boosthis takes the version this project's own measurements reported and answers five separate questions about it: did the problems it had already handed a fix for stop, did anything get slower, did new problems show up, did an old problem come back, and did any promise the developer recorded go past its line. Each answer carries its own numbers and the window behind them, and any part without enough evidence yet says so, and when it will be able to answer, instead of guessing. There is no combined score, and nothing here is a judgement of anyone's work — Boosthis never sees code, only what the running app reported. Optionally pass a runtime to choose between a project's runtimes; omit it for whichever reported most recently. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runtimeNoWhich runtime of this project to read, for example node, web, rn or py. Omit to read whichever reported most recently.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already say read-only and non-destructive, but the description adds substantial behavioral context: it reports each question separately, includes evidence windows, explicitly says it will say when evidence is insufficient instead of guessing, and states there is no combined score or personal judgement. It also discloses that Boosthis never sees code, only app-reported measurements. This goes well beyond what the annotations provide and does not contradict them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence fronts the core purpose, and subsequent sentences earn their place by explaining the answer granularity, evidence policy, and privacy boundary. It is somewhat long and flowing, but every clause contributes useful behavioral information rather than 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?

There is no output schema, so the description carries the burden of explaining what an agent will receive: five separate answers, each with numbers and a window, with explicit handling of insufficient evidence and future answerability. For a single-optional-parameter read-only tool, this is complete enough to invoke correctly.

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?

There is only one parameter and schema description coverage is 100%, so the schema already fully explains `runtime` including examples and its omission behavior. The description restates the same runtime semantics without adding materially new meaning, matching the baseline for high schema coverage.

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 opens with a specific verb and resource: finding out how the last release held up from the running app after shipping. It then enumerates the five separate questions it answers, which clearly distinguishes it from generic release or trend tools. This prevents confusion with siblings like boosthis_trend or boosthis_promises.

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 says to use this tool to check post-release performance and stability, and gives explicit runtime parameter guidance: pass a runtime to choose one, or omit it to use the most recently reported one. It does not name sibling alternatives or state when not to use it, so it stops short of the highest bar.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target a distinct concern—alerts, budgets, jobs, promises, rules, crash risk, install/removal—and the descriptions are detailed enough to separate them. A few pairs, like verify_kit/verify_kit_install and recent_samples/session_summary, could be misselected without close reading, but they are not functionally identical.

Naming Consistency3/5

All tools share the boosthis_ prefix and use snake_case, which creates a recognizable namespace. However, the second part mixes noun-only names (alerts, budgets, jobs, snapshot, trend), verb-based names (get_rule, remember_promise, verify_kit), and one sentence-style name (what_should_i_look_at_next), so there is no consistent verb_noun convention.

Tool Count3/5

At 24 tools, this sits squarely in the borderline-heavy range for an MCP server. Each tool does have a distinct role, but the surface feels large, especially with several overlapping read-only diagnostics that could potentially be consolidated.

Completeness4/5

The set covers the main observability lifecycle well: install, verify, monitor, diagnose, check trends, and record promises. Minor gaps exist—like no way to mutate alert states or delete promises through the MCP—but these appear intentional and are documented as dashboard-side actions.

Resources