Skip to main content
Glama

lookup_brand_recommendation_rate

Look up a brand's AI Recommendation Rate: the percentage of buyer-intent questions where the brand is the #1 AI pick (not just mentioned), plus its Recommendation Inclusion Rate (appears anywhere in the answer). Free, single-brand lookup only -- rate-limited per Modern AI's published anti-scrape policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand name to look up, e.g. "Brumate"

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the operation is a rate-limited, single-brand lookup, which is meaningful behavioral context beyond the schema. It does not cover auth or error behavior, but the essential characteristics are clearly stated.

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?

Two sentences front-load the purpose and distinguish the two metrics. Every clause adds value, including the single-brand and rate-limit caveats, with no wasted words.

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 one-parameter lookup with no output schema, the description specifies exactly what is returned (the two rates) and the constraints on invocation. Nothing an agent needs to decide whether to call it or interpret the result 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 already documents the brand parameter at 100% coverage, including an example. The description adds no parameter-specific detail beyond the schema, 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?

States a specific verb ('Look up') and resource (brand's AI Recommendation Rate), with precise definitions of the two metrics returned. The description makes the tool's function unambiguous and distinguishes it from mere mention counting.

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?

Provides explicit constraints: free, single-brand lookup only, and rate-limited per anti-scrape policy. It does not name alternatives, but with no siblings this is sufficient context for when the tool should be used.

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.