Skip to main content
Glama
anshux1

Shopping MCP Server

by anshux1

Search products

search_products

Find eBay products by text query and optional category. Returns matching items with sort and pagination controls.

Instructions

Search the eBay catalog for products matching a text query and optional category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoOptional eBay sort order
limitNoNumber of products to return
queryYesWords to search for, such as wireless headphones
offsetNoNumber of products to skip
category_idNoOptional eBay category ID
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must communicate behavioral traits, but it only states a basic search operation. It does not disclose pagination behavior via limit/offset, sorting choices, read-only safety, or any output characteristics. The description merely restates the tool's headline action without adding context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clean sentence with no filler, and the core purpose is front-loaded. It could benefit from slightly more structure or examples, but it remains appropriately concise and easy to parse.

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 five parameters, no annotations, and no output schema, this one-line description leaves out important operational context: pagination semantics, sorting options, response shape, and how this search relates to sibling tools like get_product or get_categories. An agent must rely entirely on the schema and parameter names to understand calling conventions.

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?

Input-schema descriptions already explain every parameter in detail (e.g., 'Words to search for', 'Number of products to return'). With 100% schema coverage, the baseline is 3, and the description does not meaningfully enhance parameter understanding beyond highlighting 'text query' and 'optional category'.

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?

Clearly states the action ('Search'), the target ('the eBay catalog'), the result ('products'), and the primary filtering inputs ('text query' and 'optional category'). The verb–resource pairing is specific and easily distinguishes this from sibling tools like get_product (single product lookup) and get_categories.

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?

Provides no guidance on when to use this tool versus the listed siblings (e.g., get_product for a known ID, get_categories for browsing). No exclusion conditions or alternative mentions are given, leaving the agent to infer usage from the general wording alone.

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

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/anshux1/amazon-mcp'

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