Skip to main content
Glama
OpenWeb-Ninja

OpenWeb Ninja MCP

Official

realtime_homedepot_data

Retrieve real-time Home Depot product data: search products, browse by category, get detailed info, and read customer reviews.

Instructions

Fast and Reliable Product Searches, Product List by Category, Extensive Products Details, Product Reviews, and More on Home Depot in Real-Time.

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

  • search (required: query): Search

  • products_by_category (required: category_id): Products By Category

  • product_details (no required params): Product Details

  • item_lookup (required: search): Item Lookup

  • product_reviews (required: item_id): Product Reviews

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 must fully disclose behavioral traits. It only claims to be 'fast and reliable' and 'real-time,' which are vague marketing terms, and does not mention response format, data freshness, rate limits, authentication requirements, or error behavior. The operation list is structural, not behavioral.

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 reasonably concise and well-structured with a clear operation list. The opening sentence contains some promotional fluff ('Fast and Reliable,' 'and More'), but the bullet-style operation breakdown is efficient and easy to parse.

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 multi-operation tool with no output schema and no annotations, the description covers the operation/parameter mapping adequately but omits important context such as example queries, result shape, pagination, or error conditions. It is enough to attempt a call but not enough to fully understand behavior or response structure.

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

Parameters4/5

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

The input schema provides only generic descriptions for 'operation' and 'args' (with additionalProperties true). The description compensates by enumerating each operation and its required parameters (query, category_id, search, item_id), giving agents the necessary mapping to construct valid requests. It does not explain parameter value formats, but the operation-to-parameter mapping adds significant 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 providing Home Depot product searches, category listings, product details, reviews, and item lookup. The explicit operation list (search, products_by_category, product_details, item_lookup, product_reviews) gives specific verbs and resources, and the Home Depot branding distinguishes it from sibling retail data tools.

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

Usage Guidelines4/5

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

The description clearly implies the tool is for Home Depot product-related real-time data retrieval. It does not explicitly mention when not to use it or name alternatives, but the operation list and brand-specific context provide clear guidance for when this tool should be selected over similar sibling tools.

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