Skip to main content
Glama
seasayDev

makiti-mcp

by seasayDev

find_best_price

Scrape live Canadian retailer search pages (Amazon, Walmart) to find the actual lowest price for any product. Get accurate price comparisons from real-time data.

Instructions

Scrape Canadian retailer search pages directly (amazon.ca, walmart.ca, etc.) to find the actual lowest price for a product. More accurate than product_search because it reads live retailer pages. Best Buy Canada blocks automated access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per retailer to return (default 5)
queryYesProduct to price (e.g. "usb flash drive 128gb", "iphone 15")
retailersNoRetailer domains to check (default: ["amazon.ca", "walmart.ca"])
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It reveals that the tool scrapes live pages and that Best Buy blocks access, but it does not disclose other potential behavioral issues like rate limiting, IP blocks from other retailers, or terms-of-service risks. The description is partially transparent but lacks a fuller safety and reliability disclosure.

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 concise and well-structured: three sentences, each adding meaningful information. It leads with the core action, then differentiates from siblings, and ends with an important caveat. No filler or repetition.

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 simplicity of the tool (3 parameters, no output schema), the description provides good context: it explains the geographic scope, the direct scraping behavior, and a known blocker. However, it does not describe the return value structure or failure handling, which for a scraping tool could be relevant. Still, the core context is sufficiently covered.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description does not add detailed meaning beyond the schema parameters; it only reinforces that the retailers are Canadian. The schema already explains query, limit, and retailers, so the description adds little incremental value.

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's function: scraping Canadian retailer search pages to find the actual lowest price. It uses specific verbs ('scrape', 'find') and distinguishes itself from sibling product_search by noting it reads live retailer pages, making it more accurate.

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?

It explicitly contrasts with product_search ('More accurate than product_search because it reads live retailer pages'), providing clear guidance on when to prefer this tool. It also warns that Best Buy Canada blocks automated access, implying not to expect results from that retailer.

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/seasayDev/makiti-mcp'

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