Skip to main content
Glama
gioenjoy

mcp-google-merchant-center

by gioenjoy

search_products

Search products by title or brand across Google Merchant Center accounts to retrieve matching inventory.

Instructions

Cerca prodotti per titolo o brand

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
merchant_idNoMerchant Center ID (opzionale, default 123456789). Disponibili: 5291449515, 5747906518, 5443978365
queryNoTesto da cercare nel titolo o brand
max_resultsNoNumero massimo risultati (default 50)
Behavior2/5

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

No annotations provided, and the description adds minimal behavioral context beyond the basic operation. It does not disclose if it's read-only, rate limits, pagination, or what happens with empty results. The parameter max_results hints at limiting, but that's in the schema.

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?

One sentence that is complete and to the point. No wasted words, front-loaded with the action and target.

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 tool complexity (search with optional parameters, no output schema) and existence of sibling tools like list_products, the description lacks details on return format, pagination, or when to choose this over alternatives. It is minimally adequate.

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?

Schema coverage is 100% and the schema already describes parameters well (e.g., merchant_id lists available values). The description does not add any parameter-specific meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states it searches products by title or brand, using a specific verb and resource. It distinguishes from siblings like list_products (which likely lists all) and get_product (single product), though it could be more explicit about search vs list behavior.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like list_products or get_product. It does not mention prerequisites or exclusion criteria, leaving the agent to infer from the name and parameters.

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/gioenjoy/mcp-google-merchant-center'

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