Skip to main content
Glama

Trend

boosthis_trend
Read-only

Is this project getting faster or slower? Returns ONE project’s last 30 days — for each finished day: how many measurements arrived, the typical and worst-case screen time, how many were rated poor, new crashes, and alerts opened and closed — plus a plain-English verdict comparing the last 7 days with the 7 before them. Pass install_id and read_token from the project’s page in the Boosthis dashboard (“Connect AI once”). Days the project reported nothing are marked no_data: treat them as unknown, never as zero and never as healthy. With too few measurements the verdict is not-enough-data rather than a guess. Read-only; returns no credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
install_idYesThe project’s install id, shown on its page in the Boosthis dashboard.
read_tokenYesRead-only token for that same project (“Connect AI once”).

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description tells the agent that no_data means 'unknown, never zero and never healthy,' that the verdict falls back to not-enough-data, and that the tool is read-only and returns no credentials. These are concrete behavioral caveats that materially affect how an agent interprets results.

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 longer than average but every clause carries information: output contents, verdict logic, missing-data semantics, credentials, and read-only status. It is front-loaded with the core purpose and only then adds edge-case guidance, so it remains scannable despite its density.

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?

With no output schema, the description takes on the job of explaining the return contents and does so thoroughly: daily fields, the comparative verdict, the no_data convention, and the insufficient-data case. Combined with full parameter schema coverage and readOnly annotations, an agent has enough to select and invoke the tool 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?

The schema already documents both install_id and read_token at 100% coverage. The description reinforces that both come from the project's dashboard page and mentions the 'Connect AI once' flow, but it does not add substantially new parameter semantics beyond what the schema provides. Baseline 3 is appropriate.

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 opens with the guiding question 'Is this project getting faster or slower?' and then specifies the exact deliverable: one project's last 30 days of measurements, ratings, crashes, alerts, and a verdict. This is a specific verb-plus-resource statement, though it does not explicitly differentiate itself from sibling trend-related tools.

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 makes the use case clear: call this when you need a project's recent performance trend and a comparison of the last 7 days against the prior 7. It gives context and even explains how to handle no_data days, but it does not explicitly state when to prefer a sibling tool or when not to use this one.

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