review-intelligence-mcp-server
Server Details
G2, Trustpilot, Yelp reviews with sentiment and theme extraction across sources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 3 of 3 tools scored.
Each tool targets a distinct review platform (G2, Trustpilot, Yelp) with platform-specific arguments (product, company, business+location). There is no ambiguity about which tool to use for a given source.
All tool names follow the same {source}_reviews pattern with lowercase source names. This creates a predictable and uniform naming convention across the set.
Three tools is a reasonable scope for a review-intelligence server covering three major review platforms. Each tool has a clear purpose and the count is within the ideal 3-15 range.
The set provides read-only review retrieval for three key platforms, which covers the core domain. Minor gaps like additional platforms (e.g., Google, Amazon) or cross-platform search exist but do not undermine basic functionality.
Available Tools
3 toolsg2_reviewsARead-onlyInspect
Get G2 software reviews. Returns ratings, pros, cons, use cases.
Args: product: Software product name (e.g. 'Salesforce') max_results: Max reviews (default 20)
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | ||
| max_results | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe read operation. The description adds the specific output fields (ratings, pros, cons, use cases), which gives more detail than the annotations alone. It does not discuss limitations like pagination or rate limits, but for a simple read-only tool this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured: a single purpose sentence followed by a documented argument list. Every element contributes to understanding the tool without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 parameters, no output schema, read-only), the description covers all necessary aspects: what it does, what it returns, and how to pass arguments. No significant gaps remain.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description fully explains both parameters: 'product' is specified as a software product name with an example, and 'max_results' is described as max reviews with a default value. Since the schema has no descriptions (0% coverage), the description carries the full explanatory burden and does so effectively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves G2 software reviews and specifies the return content (ratings, pros, cons, use cases). It uses a specific verb ('Get') and names the resource ('G2 software reviews'), which differentiates it from sibling tools like Trustpilot and Yelp.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when G2 reviews are needed, providing clear context. However, it does not explicitly mention alternatives or when not to use the tool, but for a single-purpose review fetcher, the context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trustpilot_reviewsARead-onlyInspect
Get Trustpilot reviews for a company. Returns ratings, review text, dates.
Args: company: Company name or Trustpilot URL slug (e.g. 'amazon.com') max_results: Max reviews (default 20)
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | ||
| max_results | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, and the description adds useful information about return content (ratings, text, dates). However, it lacks behavioral details such as pagination, ordering, error handling, or rate limits. No contradiction between description and annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, with a single purpose sentence and a compact arg list. Every word adds value, and the most important information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter tool with read-only annotations, the description covers purpose, parameters, and return fields adequately. It falls slightly short by not offering explicit sibling tool comparison, but this is a minor gap given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, but the description fully compensates by explaining both parameters: 'company' accepts a name or URL slug with an example, and 'max_results' is described as max reviews with a default. This provides semantic meaning beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb and resource: 'Get Trustpilot reviews for a company.' It also mentions the return fields (ratings, review text, dates), which provides a complete purpose. The platform-specific name and description distinguish it from sibling tools like g2_reviews and yelp_reviews.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage is implied through the platform name and description, but there is no explicit guidance on when to use this tool versus the sibling review tools. No exclusions or alternatives are mentioned, so the agent must infer that this is for Trustpilot reviews.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
yelp_reviewsARead-onlyInspect
Get Yelp business reviews. Returns ratings, review text, photos.
Args: business: Business name or type (e.g. 'pizza') location: City (optional, e.g. 'Chicago') max_results: Max results (default 20)
| Name | Required | Description | Default |
|---|---|---|---|
| business | Yes | ||
| location | No | ||
| max_results | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint and openWorldHint, so the safety profile is already known. The description adds context about return fields (ratings, review text, photos) and max_results default, which are behavioral details not present in the annotations. No contradictions detected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the main purpose, followed by a clear, well-formatted argument list. No redundant or unnecessary information is present; every sentence contributes to understanding the tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description mentions return fields but does not specify whether the result is a list or a single review, nor the overall structure. The max_results parameter implies a list, but this could be explicit. Overall, it's reasonably complete for a simple read-only search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All three parameters are fully documented in the description with examples and defaults, compensating for the 0% schema description coverage. This goes beyond the schema by explaining what 'business' means (name or type), giving example values, and specifying the default for max_results.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Get Yelp business reviews' with a specific verb and resource, and lists return contents (ratings, review text, photos). This effectively differentiates from sibling tools like g2_reviews and trustpilot_reviews by naming the platform.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage through the 'business' and 'location' parameters, but it doesn't explicitly state when to use this tool over alternatives (e.g., 'use for Yelp reviews only'). No exclusions or alternative tool references are provided, leaving the choice somewhat implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityBmaintenanceEnables querying TrustRadius B2B software reviews to extract alternatives considered, feature-level ratings, pros/cons, and business outcomes for competitive intelligence.
- Flicense-qualityDmaintenanceAnalyzes and compares product reputation using data from Reddit, Hacker News, and YouTube, providing sentiment and dimensional scores.
- Flicense-qualityDmaintenanceProvides cited product-review verdicts synthesised from real user voices across multiple platforms, enabling AI agents to query live opinions with ratings, pros/cons, and confidence tiers.
- Flicense-qualityBmaintenanceEnables fetching structured JSON reviews from G2 product pages, including ratings, pros/cons, reviewer details, and optional product metadata.