Skip to main content
Glama
jie8357IOII

google-my-business-mcp

by jie8357IOII

gmb_v4_accounts_locations_reviews_list

Read-onlyIdempotent

List all customer reviews for a Google Business Profile location, with pagination support for managing large result sets.

Instructions

GET v4/{parent=accounts//locations/}/reviews. Lists reviews for a location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentYes
pageSizeNo
pageTokenNo
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint=false, so the safety profile is clear. The description adds the GET verb and endpoint format, which is consistent with read-only behavior. However, it does not disclose additional behavioral nuances like pagination limits or response ordering, so it adds only minimal context beyond the annotations.

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 extremely concise, using only two short sentences. It front-loads the endpoint format and then provides a one-sentence functional summary. Every word earns its place with no redundancy or filler.

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

Completeness3/5

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

For a simple list operation, the description covers the core purpose and resource. However, the absence of output schema or parameter descriptions means the agent must infer pagination behavior and response shape. Given the tool's complexity (3 params, no output schema), the description is minimally sufficient but lacks rich context that would improve correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for parameter meaning. It only clarifies the parent path pattern ('accounts/*/locations/*') but does not explain the purpose of pageSize or pageToken. Since pagination parameters are common but not self-evident to all agents, the lack of compensation is a notable gap.

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 the action: 'Lists reviews for a location.' The verb 'Lists' and resource 'reviews' are specific and unambiguous. It also includes the exact endpoint pattern, distinguishing it from review-related siblings like get, updatereply, and deletereply.

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 need to list reviews for a location, but it does not explicitly mention alternatives or when not to use this tool. It lacks any comparison to reviews_get for single-review retrieval or guidance on pagination, leaving usage context implicit.

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/jie8357IOII/google-my-business-mcp'

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