Skip to main content
Glama

brand_monitor

Monitor all news mentions of a brand. Returns mention count, top sources, and recent articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage: 'de' or 'en' (default: de)de
brandNoBrand name to monitor e.g. 'SweetDreamsBetten', 'Emma Matratzen'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/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 discloses the return structure (mention count, top sources, recent articles) but omits whether the operation is read-only, any authentication requirements, rate limits, or what 'monitor' implies in terms of ongoing tracking vs. a one-time snapshot. The behavior is only partially transparent.

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 two sentences, front-loaded with the core purpose and followed by concrete return outputs. Every word earns its place with no filler or repetition of schema details. It is efficiently written for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (2 optional parameters, no output schema) and the description covers purpose and return values. However, it lacks usage context, such as when to prefer this over sibling tools, or any caveats about language defaults or data freshness. For a tool with no annotations, it is minimally complete but leaves gaps.

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 coverage is 100%, so both parameters (lang, brand) are already documented in the input schema. The description adds no additional meaning about how to use these parameters, such as language constraints or expected brand name formats. It merely repeats the general purpose, so the baseline score of 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 clearly states a specific action ('Monitor') and resource ('all news mentions of a brand'), and lists concrete return values (mention count, top sources, recent articles). It distinguishes itself from siblings like product_reviews and review_search by explicitly focusing on news mentions rather than general reviews, and from competitor_compare by being brand-specific.

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 use when news mentions of a brand are needed, but does not explicitly state when to use this tool versus alternatives like sentiment_trend or alert_check. There is no mention of exclusions or alternative tools, so guidance remains implicit rather than explicit.

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.