Skip to main content
Glama
PinMeTo

PinMeTo Location MCP

Official
by PinMeTo

Google reviews

pinmeto_get_google_reviews
Read-only

Fetch individual Google reviews with filters for rating, response status, and date range. Supports pagination and caching for sentiment analysis.

Instructions

Fetch individual Google reviews with pagination and filtering for sentiment analysis.

For aggregate statistics (averageRating, totalReviews), use pinmeto_get_google_ratings instead.

Pagination:

  • limit: Max reviews to return (default: 50, max: 500)

  • offset: Skip first N reviews (for pagination)

  • Check hasMore in response to know if more pages exist

Filtering:

  • minRating/maxRating: Filter by rating range (1-5)

  • hasResponse: true for responded reviews, false for unresponded

Caching:

  • Results cached for 5 minutes (shared with ratings tool)

  • Use forceRefresh=true to bypass cache

  • Filters are applied client-side on cached data

Data Lag Warning:

  • Google data has ~10 day lag. Requests with recent end dates may return incomplete data.

Error Handling:

  • Rate limit (429): errorCode="RATE_LIMITED", message includes retry timing

  • Not found (404): errorCode="NOT_FOUND" if storeId doesn't exist

  • All errors: check structuredContent.errorCode and .retryable for programmatic handling

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
limitNoMax reviews to return (default: 50, max: 500)
offsetNoSkip first N reviews for pagination
storeIdNoOptional store ID to fetch a single location
maxRatingNoMaximum rating filter (1-5)
minRatingNoMinimum rating filter (1-5)
hasResponseNoFilter: true for responded reviews, false for unresponded
forceRefreshNoBypass cache and fetch fresh data
response_formatNoResponse format: "json" (default, token-efficient) or "markdown" (human-readable with tables)json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoArray of reviews (absent on error)
errorNoError message if the request failed
limitNoRequested limit
offsetNoCurrent offset position
hasMoreNoWhether more results exist beyond offset+limit
warningNoWarning message (e.g., incomplete data due to lag)
cacheInfoNoCache status information
errorCodeNoError code for programmatic handling
retryableNoWhether the operation can be retried
totalCountNoTotal reviews matching filters
warningCodeNoWarning code for programmatic handling
Behavior5/5

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

Despite annotations only providing readOnlyHint=true, the description discloses significant behavioral traits: caching with a 5-minute TTL shared with the ratings tool, client-side filter application, a ~10 day Google data lag warning, pagination signaling via hasMore, and structured error codes with retryable flags. These enrich the agent's understanding of side effects, latency, and error semantics far beyond the annotation baseline.

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 extensively detailed yet efficiently structured with clear sections for purpose, pagination, filtering, caching, data lag, and error handling. Every sentence adds value, no filler content exists, and the most important purpose statement is front-loaded. Despite its length, it remains highly scannable and appropriately sized for the tool's complexity.

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

Completeness5/5

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

Given the tool's complexity (10 parameters, output schema, caching, rate limits, data lag), the description covers all critical operational aspects: differentiating use, pagination mechanics, filtering semantics, cache behavior, data freshness warnings, and error handling. The existence of an output schema means it doesn't need to detail return fields, and nothing essential is missing for an agent to correctly invoke and interpret this tool.

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

Parameters5/5

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

Although schema description coverage is 100%, the description adds meaning beyond the schema. It explains pagination semantics ('Check hasMore in response'), clarifies that filters are applied client-side on cached data, and details the forceRefresh behavior and error code structure. This contextual information is absent from the raw schema properties and helps the agent use the parameters correctly.

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 a specific verb and resource: 'Fetch individual Google reviews with pagination and filtering for sentiment analysis.' It clearly distinguishes itself from the sibling tool 'pinmeto_get_google_ratings' by directing users there for aggregate statistics. This unambiguous purpose, combined with explicit sibling differentiation, warrants a top score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool versus an alternative: 'For aggregate statistics (averageRating, totalReviews), use pinmeto_get_google_ratings instead.' It also provides detailed guidance on pagination, filtering, caching, and error handling, giving the agent clear decision rules. This goes beyond basic context to include exclusions and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PinMeTo/pinmeto-location-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server