Skip to main content
Glama
OpenWeb-Ninja

OpenWeb Ninja MCP

Official

realtime_amazon_data

Access Amazon product data for search, categories, details, reviews, best sellers, deals, and more.

Instructions

Amazon product data: search, products by category, product details/offers/reviews, best sellers, deals, seller and influencer data, ASIN-to-GTIN and more.

Operations (set "operation" to one of these; put its parameters in "args"):

  • search (required: query): Product Search

  • products_by_category (required: category_id): Product by Category

  • product_details (required: asin): Product Details

  • product_reviews (required: asin, cookie): Product Reviews

  • product_review_details (required: review_id, cookie): Product Review Details

  • top_product_reviews (required: asin): Top Product Reviews

  • product_offers (required: asin): Product Offers

  • seller_profile (required: seller_id): Seller Profile

  • seller_reviews (required: seller_id): Seller Reviews

  • seller_products (required: seller_id): Seller Products

  • best_sellers (required: category): Best Sellers

  • deals_v2 (no required params): Deals

  • deal_products (required: deal_id): Deal Products

  • promo_code_details (required: promo_code): Promo Code Details

  • influencer_profile (required: influencer_name): Influencer Profile

  • influencer_posts (required: influencer_name): Influencer Posts

  • influencer_post_products (required: influencer_name, post_id): Influencer Post Products

  • asin_to_gtin (required: asin): ASIN to GTIN

  • gtin_to_asin (required: product_identifier): GTIN to ASIN

  • product_category_list (no required params): Product Category List

  • scrape_by_url (required: url): Scrape By URL

When to use: Use for Amazon specifically. For multi-retailer Google Shopping use realtime_product_search; for Walmart/Costco/Wayfair/eBay use their dedicated tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoParameters for the chosen operation as key/value pairs (see the tool description for required params).
operationYesWhich endpoint to call. See the tool description for each operation and its parameters.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It lists operations and parameters but does not disclose behavior such as whether calls are read-only, rate limits, authentication needs, result formats, or edge cases. For a data-access tool, this lack of behavioral context is a notable gap.

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 long but well-structured: a brief overview followed by a compact list of operations with required params, then a clear 'When to use' section. Every sentence serves a purpose, and the format is easy to scan.

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?

With 21 operations and no output schema, the description provides a comprehensive map of operations and their parameters, which is sufficient for selecting and invoking the tool. It does not describe return shapes, but that is less critical for a data retrieval tool and can be inferred from operation names.

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?

The schema only defines 'operation' and 'args' generically. The description compensates fully by listing each operation with its required parameters in parentheses, enabling the agent to construct valid 'args' for any operation. This adds essential meaning beyond the schema.

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 identifies the tool as Amazon product data with a specific list of operations. It distinguishes itself from siblings by stating 'Use for Amazon specifically' and naming alternative tools for other retailers.

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?

Provides explicit usage guidance: 'Use for Amazon specifically' and directs to alternatives like realtime_product_search for Google Shopping and dedicated tools for Walmart/Costco/Wayfair/eBay. This clearly answers when to use vs 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/OpenWeb-Ninja/openwebninja-mcp'

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