Skip to main content
Glama
jie8357IOII

google-my-business-mcp

by jie8357IOII

gmb_v4_accounts_locations_media_get

Read-onlyIdempotent

Retrieve a specific media item (photo or video) from a Google Business Profile location using its unique resource name.

Instructions

GET v4/{name=accounts//locations//media/*}. Gets a media item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the agent knows this is a safe read operation. The description adds no additional behavioral context (e.g., return format, error behavior), but it does not contradict annotations. With annotations covering the safety profile, a score of 3 is appropriate.

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 two short sentences with no unnecessary words, making it highly concise and easy to parse. It front-loads the resource path and then states the action clearly.

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 simple get operation with one parameter and rich annotations, the description covers the essential behavior. It lacks explicit usage guidance but is otherwise adequate for the tool's simplicity, given that the URL pattern and method convey the core meaning.

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

Parameters3/5

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

The input schema has a single 'name' parameter with no description, and schema description coverage is 0%. The description compensates somewhat by providing the path template `{name=accounts/*/locations/*/media/*}`, indicating that the name parameter must be a resource path of that form. However, it does not explain the semantics beyond the template, leaving some ambiguity.

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 'Gets a media item' with the specific resource path pattern, making its purpose unambiguous. It distinguishes from siblings like media_create, media_delete, media_list, and media_patch by explicitly describing a get operation.

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?

No explicit alternatives or exclusions are mentioned. The 'GET' method and resource path imply its use for retrieving a single media item, but the description does not state when to choose this over media_list or provide other context. Usage is only implied.

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