Skip to main content
Glama

Budgets

boosthis_budgets
Read-only

The auto-learned baseline (older p95) against the recent p95 for each screen, and which screens regressed. It answers live from the project's own Boosthis server when read credentials are configured; without them the answer is a note pointing at the in-app dashboard. An account can hold several projects, each reporting in several runtimes. With an account_token, project (name, 'name (runtime)', or an install id) selects one; without it the answer is the most recent reporter. The rest are listed under your_projects; entries sharing a project_group are one project in different runtimes, each with its own readings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoWhich project in the account to read — its dashboard name, that name with a runtime as 'name (runtime)', or an install id. Only meaningful with account_token.
install_idNoOptional: the install id to read live data for. On the HOSTED Boosthis MCP, copy it from the in-app dashboard's "Connect your AI" card and pass it here. Omit on a local stdio server (it uses BOOSTHIS_INSTALL_ID from the env).
read_tokenNoOptional: the SELF-scoped read token for that install (paired with install_id). It is read-only — it can read this app's own perf data but CANNOT delete it. Copy it from the in-app dashboard. Omit on a local stdio server (it uses BOOSTHIS_READ_TOKEN from the env).

TDQS

A3.8/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, so the safety profile is known. The description adds meaningful behavioral context: live data when read credentials exist, a dashboard fallback note otherwise, and project selection behavior across multiple runtimes and project groups. This goes well beyond the annotations without contradicting 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 description is front-loaded with the core comparison and regression purpose, then layers in credential behavior and project selection. It is dense but each sentence contributes necessary context. The later sentences are somewhat run-on and could be tightened, so it is not a perfect 5.

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?

There is no output schema, so the description must carry the burden of explaining the response. It mentions regressed screens, a fallback note, your_projects, project_group, and readings, which gives an agent a reasonable picture of what to expect. It could be more explicit about the exact response shape, but the coverage is solid for a read-only tool with zero required parameters.

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 description coverage is already 100%, so the baseline is 3. The description adds value by explaining the relationship between account_token and project, how 'name (runtime)' or install id selects among multi-project/multi-runtime accounts, and the fallback when no token is supplied. This semantic context is not fully captured by the parameter descriptions alone.

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 communicates that the tool compares an older auto-learned p95 baseline against recent p95 values and identifies regressed screens. It is specific enough to stand apart from sibling diagnostics like crash_risk or trend, though it never explicitly names an alternative. The phrasing lacks a direct verb like 'compares' or 'reports', so it is clear but not maximally explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied: call this when you need p95 budget regression information. The description provides useful contextual guidance around credentials and project selection, explaining what happens with or without account_token. It does not, however, explicitly say when to prefer this tool over related siblings or when not to use it.

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