Skip to main content
Glama

Verify Kit

boosthis_verify_kit
Read-only

Tamper-evidence check: re-hashes every vendored Boosthis-owned file against the shipped boosthis-kit-manifest.json. status is 'ok' when every file matches and 'mismatch' when one changed, went missing, or was added. A mismatch matters because an edited kit file can disable the kit at the next entitlement check-in; re-fetching the file from boosthis_get_integration_kit restores the shipped bytes. This answers from a local stdio server, which can read the project's files; the hosted server cannot see them and answers with the local ./boosthis verify . equivalent instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional: the folder containing the vendored kit (the directory holding boosthis-kit-manifest.json), e.g. ./lib/boosthis-runtime-rn. Defaults to the current working directory.

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool read-only and non-destructive, but the description adds substantial behavioral detail: re-hashing every file, the exact mismatch conditions (changed, missing, added), the consequence of a mismatch, and remediation via re-fetching from boosthis_get_integration_kit. It also clarifies the tool's execution environment and its read access to project files.

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 front-loaded with the core purpose and status semantics, then adds a practical implication and environment caveat. Every sentence carries useful information without filler or repetition, and the length is appropriate for the complexity of the tool.

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-optional-parameter, read-only verification tool with no output schema, the description covers what the tool does, what the outcomes mean, why those outcomes matter, how to remediate, and where the tool can be executed. No critical information needed to call it correctly 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?

The input schema has 100% description coverage for the single optional 'path' parameter, including its default behavior and example value. The description does not need to add parameter-level detail because the schema already fully documents it, so the baseline 3 applies.

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: 're-hashes every vendored Boosthis-owned file against the shipped boosthis-kit-manifest.json'. It clearly defines the tool's output states ('ok' and 'mismatch') and distinguishes this integrity check from sibling tools by discussing the local vs hosted server behavior.

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 for use: it is a tamper-evidence check, and it explains that a mismatch can disable the kit at the next entitlement check-in. It also specifies that this tool works best from a local stdio server because the hosted server cannot see project files, but it does not explicitly enumerate when-not-to-use conditions relative to siblings like verify_kit_install.

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