Skip to main content
Glama
sstepanovvl

mcp-homedepot

by sstepanovvl

Home Depot Canada store directory / find stores by postal code

hd_stores

Find Home Depot Canada store locations and details. Search by postal code or coordinates to get nearby stores, or retrieve the full national store directory with contact info and fulfillment options.

Instructions

List Home Depot Canada stores. With postalCode, returns stores nearest to it first (use to find a store id for hd_product / hd_store_availability). Without postalCode, returns the full national store directory (all ~183 stores). Each store: id, name, address, town, province, postal code, phone, coordinates, URL, and fulfillment eligibility (pickup in store / ship to store / ship from store).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postalCodeNoCanadian postal code, e.g. 'M5V 2T6'. Returns nearest stores with distanceKm. Omit to list all stores.
latitudeNoLatitude (alternative to postalCode for proximity).
longitudeNoLongitude (used with latitude).
langNoResponse language. Default 'en'.
limitNoMax stores to return. Default 20 for a proximity search, all stores otherwise.
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool returns store details including IDs, addresses, and fulfillment eligibility, implying a read-only operation. It does not mention rate limits, authentication, or side effects, but the behavior is transparent enough for a listing tool.

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 exactly two sentences, front-loading the core purpose and then expanding on variations and output. Every word adds value, with no redundancy.

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?

Given no output schema, the description enumerates return fields (id, name, address, etc.) and mentions behavior for proximity search. It lacks details on pagination or error responses, but for a straightforward list tool, it is sufficiently 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 coverage is 100%, providing baseline 3. The description adds value by clarifying that postalCode returns nearest stores with distanceKm, and that limit defaults differ per mode. This goes beyond schema descriptions, justifying a 4.

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 explicitly states it lists Home Depot Canada stores, with two modes (with/without postalCode), and directly relates to finding store IDs for sibling tools hd_product and hd_store_availability, distinguishing its purpose.

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 explains when to use postalCode (nearest stores) and when to omit (full directory), and mentions its utility for other tools. However, it does not explicitly contrast with sibling tools like hd_search or hd_store_availability, leaving some ambiguity for an agent.

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