Skip to main content
Glama

sentiment_trend

Analyze overall sentiment trend for a brand based on recent news. Returns positive/negative/neutral breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage: 'de' or 'en' (default: de)de
brandNoBrand name to analyze

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations present, the description carries the full burden for behavioral disclosure. It only states the output is a 'positive/negative/neutral breakdown' and that it uses 'recent news', but does not explain what 'recent' means, the data source, or any limitations such as language coverage beyond the parameter default.

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 a single, tightly written sentence that front-loads the action and result. Every word contributes to understanding the tool's purpose and output, with zero filler or redundancy.

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 (two params, no nested objects, no output schema) and the description covers the core behavior and output. However, it omits specifics like the time window for 'recent news' and does not clarify the meaning of a neutral breakdown, leaving some gaps for an agent that needs operational detail.

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 100%, with both 'lang' and 'brand' already documented with clear explanations. The description adds no additional meaning beyond what the schema provides, so the baseline of 3 is appropriate; it neither harms nor enhances parameter understanding.

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 opens with the specific verb 'Analyze' followed by the clear resource 'overall sentiment trend for a brand based on recent news'. This makes the tool's function immediate and distinct from sibling tools like product_reviews or review_search, which focus on review content rather than news-based sentiment.

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 offers no guidance on when to choose this tool over siblings such as brand_monitor or competitor_compare. It implies news-based analysis but never states exclusions, prerequisites, or alternative recommendations, leaving the agent without decision criteria.

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.