Skip to main content
Glama

GoAI Moat Review Intelligence

Extract Voice Of Customer

extract_voice_of_customer

零成本本地分析一批产品评论:情感占比 + 高频关键词 + 差评痛点句子。

确定性算法(词频 + 中英情感词典),不调用任何外部 API,永远可用、可复现。 输入是一批评论原文(每行一条,或用 | 分隔),不是评论链接——本工具分析你给的内容。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reviewsYes评论原文。每行一条评论;也可传 JSON 数组([{"text":"..."}, ...])。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the burden and discloses key behaviors: deterministic word-frequency plus sentiment-dictionary algorithm, no external API calls, always available and reproducible, and local processing of user-supplied content. It could add details such as language scope beyond Chinese/English or limitations, but the core behavioral profile is well covered.

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?

Three compact sentences each earn their place: outputs in the first sentence, behavior and algorithm in the second, and input format and guardrail in the third. The information is front-loaded and there is no filler.

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 tool with an output schema, the description provides enough to call it correctly: expected outputs, algorithm nature, input format, and the no-links constraint. Missing only explicit sibling differentiation and edge-case details like language or size limits, which are minor.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the single reviews parameter at 100%, so the baseline is high; the description complements it by clarifying accepted formats (one per line or pipe separated) and reinforcing that links are not accepted. This adds value beyond the schema without redundancy.

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 description names a concrete action and resource: analyzing a batch of product reviews to produce sentiment proportions, high-frequency keywords, and negative-review pain sentences. It does not explicitly contrast itself with the sibling analyze_reviews, but the stated deterministic, local algorithm and expected outputs make the tool's specific role clear.

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?

It gives clear context: the tool is for zero-cost, local, reproducible analysis of raw review text, and explicitly warns that it consumes content, not review links. It does not name alternatives or state when not to use it, so it stops short of full routing 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.