Skip to main content
Glama

TradePilot Agent Commerce

Feedback sentiment analysis

tradepilot_service_sentiment_analysis
Destructive

Analyze supplied customer-feedback text by topic and expressed sentiment; do not infer personal traits. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
result_expiresNo
idempotency_keyNo
result_signatureNo
payment_signatureNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior2/5

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

The description discloses that it uses only buyer-supplied information, returns a draft for human review, and mentions payment requirements. However, this directly contradicts the openWorldHint annotation (true). The descriptions says 'no external research' while annotations indicate open-world access. This inconsistency undermines trust and lowers the score.

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 concise, around three sentences, and front-loads the core function. It includes necessary business details (price, payment) without excessive verbosity. However, it could be more structured by separating functional and payment info, but overall it is efficient.

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

Completeness2/5

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

Given the complexity (5 parameters, nested object, no output schema), the description is incomplete. It does not explain what the 'draft' contains, how to construct the input, or any error handling. The annotation contradiction further reduces reliability. The description leaves critical gaps for an agent to correctly invoke the tool.

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

Parameters1/5

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

Schema coverage is 0%, and the description provides no explanation of the five parameters, including the nested 'input' object with 'brief', 'source_text', and 'audience'. It only refers to 'customer-feedback text' generically, leaving the agent to guess which parameter carries the text. This is a critical gap for 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 states a specific verb ('Analyze'), a clear resource ('customer-feedback text'), and the scope ('by topic and expressed sentiment'). It also explicitly excludes personal trait inference, which helps distinguish this from other analysis tools. This is unambiguous and differentiates it from siblings like text_classification or entity_extraction.

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: when you have customer feedback text to analyze. However, it does not provide explicit when-not-to-use guidance or name alternative tools. The constraint 'do not infer personal traits' and the note about human review hint at limitations, but there is no direct comparison to siblings, so the agent must infer fit from the purpose.

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.

Resources