Skip to main content
Glama

compute_search_velocity_v2

Search velocity (0-25) v2 — canonical 0.40volume + 0.30trend + 0.20intent + 0.10geo. CRITICAL: externalVolumeNorm MUST come from external sources (Amazon BSR / app store installs / job-board postings) — NOT the Trends timeline (would double-count, since Trends is itself normalized 0-100 within window). trendNorm is derived internally from trendsTimelineValues. Trends peak<50 zeroes the trend component (Yotpo SEO floor). Optional daysSinceLastSignal applies exponential freshness decay (search half-life 90d).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentNormYes0-1 commercial/transactional intent ratio.
geoSpreadNormYes0-1 geographic spread (regions with interest > threshold).
externalVolumeNormYesNormalized 0-1 demand volume from EXTERNAL sources (Amazon, app stores, jobs). Caller normalizes before passing.
daysSinceLastSignalNoOptional: days since most recent confirming signal. Triggers exponential freshness decay (half-life 90d).
trendsTimelineValuesYesMonthly Trends values 0-100. Used ONLY to derive trendNorm — never as raw volume.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by revealing the internal derivation of trendNorm, the critical external-source requirement for externalVolumeNorm, the peak<50 zeroing rule, and the optional exponential freshness decay with a 90d half-life. It does not describe error conditions or return format beyond the 0-25 range, but the computational behavior is richly disclosed.

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 dense but efficient; every clause adds important information. The formula is front-loaded, followed by a critical caveat, then internal derivation, a threshold rule, and the optional decay behavior. It could be slightly more structured, but it is not padded and each sentence earns its place.

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?

For a computation tool with no output schema and no annotations, the description covers the essential behavioral context: the formula, the source constraint, normalization handling, an edge-case threshold, and decay logic. The main missing piece is guidance on when to choose v2 over v1, but for invoking the tool correctly with the given inputs, the description is largely complete.

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 baseline is 3, but the description adds meaningful semantics beyond the schema: it warns that externalVolumeNorm must NOT use Trends data to avoid double-counting, clarifies that trendNorm is derived internally from trendsTimelineValues, and explains the 90-day half-life for daysSinceLastSignal. This goes well beyond what the schema descriptions provide.

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 clearly states the tool computes a 'Search velocity' score on a 0-25 scale and provides the exact weighted formula (0.40*volume + 0.30*trend + 0.20*intent + 0.10*geo). This distinguishes it as a computation tool with a precise output and makes its purpose concrete rather than merely restating the name.

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

Usage Guidelines2/5

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

The description gives strong input-handling guidance (e.g., externalVolumeNorm must come from external sources, not Trends), but it never states when to use this tool versus the sibling compute_search_velocity or any other alternative. Given that a v1 sibling exists, some explicit differentiation or selection criteria would be valuable.

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.