Skip to main content
Glama
sstepanovvl

mcp_canadiantire

by sstepanovvl

Get Canadian Tire product by SKU

ct_product

Retrieve complete product details for any Canadian Tire SKU, including pricing, in-store stock with shelf location, online availability, and fulfillment options.

Instructions

Fetch the full product card for a Canadian Tire SKU (product code): name, brand, model, description, features, images, rating/reviews, warranty, categories, specifications, and per-variant price (current + original/sale), in-store stock with shelf/aisle location, online stock, and fulfillment options (pickup in store, ship to home, express delivery) for a given store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesProduct code, e.g. '0542448P' or '054-2448-6' (from ct_search results).
postalCodeNoPostal code, e.g. 'M5V 2T6'; uses the nearest store (overrides storeId).
storeIdNoStore id for store-specific price/stock/shelf. Default 676.
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 carries the behavioral disclosure burden. It describes what the tool returns (price, stock, etc.) but does not mention any side effects, authentication needs, rate limits, or latency. It is adequate but not enhanced.

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 long sentence that packs many details. It is still concise and front-loads the main purpose, but could be slightly easier to parse if broken into multiple sentences. Minor readability trade-off.

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 the lack of output schema, the description does a good job listing the return fields (name, brand, price, stock, fulfillment, etc.). It does not cover output format or error handling, but the listed detail is sufficient for most decision-making.

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% and the description adds context beyond the schema, e.g., clarifying that sku is a product code from ct_search results and that postalCode overrides storeId. This adds value without being verbose.

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 tool fetches a full product card for a Canadian Tire SKU, listing many specific data points. It distinguishes itself from sibling tools like ct_search (search) and ct_store_availability (stock check) by focusing on comprehensive single-product details.

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 implies usage when you have a SKU and need complete product info for a specific store. It mentions 'given a store' but does not explicitly state when not to use or how to obtain the SKU (though the SKU parameter example references ct_search results). Good but could be more explicit about prerequisites.

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_canadiantire'

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