Skip to main content
Glama
sstepanovvl

mcp-homedepot

by sstepanovvl

Get Home Depot Canada product by SKU

hd_product

Retrieve complete product details, pricing, stock availability, fulfillment options, and store location data for any Home Depot Canada SKU.

Instructions

Fetch the full product card for a Home Depot Canada SKU (product code): name, brand, model, description, images, rating/reviews, warranty, categories, price, in-store stock with aisle/bay location, online stock, and fulfillment options (pickup in store, ship to store, ship to home, express delivery) for a given store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesProduct SKU / code, e.g. '1001686659' (from hd_search results).
postalCodeNoPostal code, e.g. 'M5V 2T6'; uses the nearest store (overrides storeId).
storeIdNoStore id for store-specific price/stock/aisle. Default 7074.
langNoResponse language. Default 'en'.
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It describes the output comprehensively but does not mention side effects (likely none), authorization needs, rate limits, or error scenarios. This is adequate for a read-only tool but lacks full transparency.

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 sentence that front-loads the primary action and then lists outputs concisely. It is efficient without unnecessary words. Slightly longer due to detail, but still well-structured.

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?

Given 4 parameters and no output schema, the description covers the returned fields well and references a sibling tool (hd_search) for input. However, it lacks information on error handling (e.g., invalid SKU) or any prerequisites beyond the SKU. This is adequate but could be more complete.

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?

Schema description coverage is 100%, so each parameter is already documented. The description adds value by providing usage context (e.g., SKU from hd_search, postal code overrides storeId, default storeId). This enhances comprehension beyond the schema alone.

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 the action ('Fetch'), the resource ('full product card for a Home Depot Canada SKU'), and details the returned fields. It distinguishes from sibling tools like hd_search (which is for searching) and hd_store_availability (likely for specific availability).

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?

The description implies use after obtaining a SKU, especially via the sku parameter example 'from hd_search results'. However, it does not explicitly state when to use this tool vs alternatives, nor when not to use it. More explicit guidance would improve selection accuracy.

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/sstepanovvl/mcp_homedepot'

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