Skip to main content
Glama

GoAI Moat Review Intelligence

Analyze Reviews

analyze_reviews

深度分析一批评论,输出结构化 VOC 报告:核心痛点、功能诉求、好评点、紧急度、行动建议。

基于 DeepSeek 语义分析,只依据你传入的评论原文,不编造数据;引用评论原话作为证据。 未配置 DEEPSEEK_API_KEY 时自动降级为本地 extract_voice_of_customer 结果。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo输出语言,zh=中文 / en=英文(默认 zh)。zh
reviewsYes评论原文(每行一条,或用 | 分隔;可传 JSON 数组)。
product_nameNo产品名(可选,用于报告标题)。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/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. It discloses that the tool relies on DeepSeek semantic analysis, strictly uses only provided review text without fabricating data, and cites original quotes as evidence. It also reveals the automatic degradation behavior when the API key is missing. This is transparent about its dependencies and limitations.

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 concise, with the core purpose and outputs stated in the first two sentences, followed by key behavioral notes. Every sentence adds value, mentioning the analysis basis, evidence requirement, and fallback behavior. It is well-structured and front-loaded with the essential information.

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?

Given the tool's moderate complexity, the description covers the core functionality, output structure, data handling constraints, and fallback behavior. The output schema is present, so return values are covered. One minor gap: it doesn't specify how the analysis handles very large inputs or any limits, but this is not critical. Overall, it provides sufficient context for an agent to use it correctly.

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 the schema already documents all parameters. The description does not add significant extra meaning for the parameters, except perhaps implicit understanding of how they are used. It doesn't clarify formats for 'reviews' beyond what the schema provides (e.g., line-separated or JSON array). This meets the baseline for high schema coverage.

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 what the tool does: 'deeply analyzes a batch of reviews and outputs a structured VOC report'. It lists the specific output components (core pain points, feature requests, positive points, urgency, action suggestions) and explicitly distinguishes itself from a sibling via the fallback mechanism. This makes its purpose unambiguous and differentiates it from similar tools.

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?

The description implies when to use this tool (for deep semantic analysis) and mentions the fallback to a sibling when the API key is missing. However, it doesn't explicitly say when NOT to use it or suggest alternatives in other scenarios. The mention of the sibling in the fallback context provides some differentiation but lacks explicit usage guidance.

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.