Skip to main content
Glama

brand_pulse

    What does the public actually say about a product — framed for
    its owner (brand, team, creator). Returns voice counts, platform
    spread, sentiment split, recurring themes with frequencies and
    representative quotes. Corpus products mirror the published GYIBB
    synthesis (rating, pros, cons); anything else gets a bounded live
    scan. Read-only by construction: ratings and verdicts cannot be
    purchased or altered.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden, and it delivers meaningful disclosure: 'Read-only by construction: ratings and verdicts cannot be purchased or altered' tells the agent this is a side-effect-free operation. It also discloses the behavioral split between corpus products (mirroring GYIBB synthesis) and others (bounded live scan), which affects what the agent should expect. Minor gap: 'bounded' is vague about time/cost limits.

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 compact — roughly three sentences — and front-loads purpose before details. Every sentence earns its place: purpose, return contents, behavioral note. The stylistic opening question adds a slight flourish but no waste.

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 one-parameter, read-only tool with no output schema and no annotations, the description covers purpose, return elements, and key behavioral traits (read-only guarantee, corpus vs. live scan). What's missing is minor: specifics on what 'bounded live scan' entails and whether output format differs between corpus and non-corpus products, but nothing essential to calling it correctly is absent.

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?

Schema description coverage is 0%, so the description must compensate. There is only one parameter (product), which is fairly self-evident, and the description implicitly frames it as the analyzed entity ('a product', 'Corpus products mirror...'). It adds no explicit format, identifier type, or value constraints beyond what the schema's name alone conveys, but for a single obvious parameter this is adequate.

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 opening line establishes a clear purpose — analyzing public sentiment/voice about a product for its owner — and the description enumerates specific return elements (voice counts, platform spread, sentiment split, themes with frequencies and quotes), which is precise and informative. It doesn't explicitly name sibling tools, but the nature of the tool (public sentiment analysis) is distinct enough from search/review/compare/verify siblings that an agent can infer when to use it.

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 description implies usage — for getting public sentiment about a product — and notes the corpus-vs-live-scan distinction, which is useful context. However, it provides no explicit when-to-use vs. when-not-to-use guidance and names no alternatives among the siblings (compare_products, get_product_review, search_products, verify_claim, verify_live), leaving routing to inference.

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.