Skip to main content
Glama
adrian-baker

woolies-mcp

by adrian-baker

Search Woolworths products

search_products
Read-only

Search the Woolworths New Zealand catalogue by keyword to find available products, compare prices by category, and verify whether results cover the full query.

Instructions

Search the Woolworths New Zealand catalogue by keyword. Returns products for this page, matchesAvailable for the whole query, and a coverage sentence saying whether this is everything — read it before answering cheapest/only/none questions. Extra query words are ANDed, including sizes, and the site's ranking pads pages with loosely related products, so check each name. unitPrice is a formatted string whose measure varies per product and is absent for many, so compare it only within a category. Prices and availability are per delivery location; call get_location to see the current one and set_location to change it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page of results; 40 products per page.
sortNoResult order. CUPAsc uses the site's raw cup price, whose measure varies per product ($/L, $/100g, $/1ea), so it ranks meaningfully only within one category and is absent for many products.Relevance
queryYesSearch keywords, e.g. 'rose wine' or 'oat milk'.
departmentNoDepartment slug to keep only products from, e.g. 'fruit-veg'. Applied to the fetched page after the search runs, because the site's search does not accept a category filter; the coverage sentence says how much was actually examined.
includeOutOfStockNoInclude products that cannot be bought at the current location. Off by default: an unbuyable product is not a useful answer.
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true, but the description adds substantial non-obvious behavior: the exact return fields, coverage semantics, ANDing of query words, ranking padding, unitPrice formatting and absence, and per-location prices. This goes well beyond what annotations or schema convey, with no contradiction.

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 five dense sentences, each earning its place: purpose, return values, query ANDing and ranking caveat, unitPrice caveat, and location dependence. It is front-loaded with the core function and return shape, followed by high-value warnings. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description compensates by naming the return fields and explaining the coverage sentence, which is essential for correct reasoning. It also covers ranking padding, unitPrice comparability, and location context. An agent has what it needs to avoid common wrong answers when searching the catalogue.

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 description coverage is 100%, and the schema already documents each parameter's purpose, including the department filter's post-search application and CUPAsc's unit caveat. The description reinforces unitPrice-related output caveats but adds little parameter-level meaning beyond the schema, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Search the Woolworths New Zealand catalogue by keyword.' This clearly identifies what the tool does. It does not explicitly differentiate from the sibling search_products_batch, so it stops short of a 5.

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 gives clear context for when to use the tool, especially the instruction to read the coverage sentence before answering cheapest/only/none questions and to call get_location/set_location for location-dependent prices. It does not mention search_products_batch as an alternative for batch or multi-query use, so it misses an explicit exclusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/adrian-baker/woolies-mcp'

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