Skip to main content
Glama
adrian-baker

woolies-mcp

by adrian-baker

Get a product's label photo

get_product_label
Read-only

Fetch a product's packaging photo to read ingredients and allergens when API data lacks them. Use when allergen or ingredient details are missing and the answer matters.

Instructions

Return the product's packaging photo as an image, for reading details the API does not publish — most importantly ingredients and allergens, which are frequently absent from get_product. Call this when get_product reports allergens or ingredients as 'notStated' and the answer matters. Images are token-expensive, so request them one product at a time and only when needed. A photo may still not show the panel, and reading a label from a photo is not a substitute for the physical packaging for allergy decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesWoolworths product SKU.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already establish readOnlyHint and openWorldHint, so the description adds non-obvious behavioral context: images are token-expensive, the photo may not show the panel, and label reading is not a substitute for physical packaging. No contradiction with annotations.

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?

Four sentences, front-loaded with the purpose and trigger condition, followed by cost and reliability caveats. Every sentence earns its place; nothing is redundant or filler.

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?

For a one-parameter read-only tool, the description covers what it returns, why to use it, when to call it, and important limitations. It does not specify the exact image response format, but the description's clarity is sufficient for correct invocation.

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?

The single required parameter 'sku' is already fully described in the schema with 100% coverage, so the description does not need to repeat parameter details. It adds usage context around ordering one product at a time but no additional parameter semantics, matching the baseline.

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 states a specific verb ('Return') and resource ('product's packaging photo'), and explains its purpose: to surface details the API does not publish, especially ingredients and allergens. This clearly differentiates it from get_product and other siblings.

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 gives an explicit trigger condition: call when get_product reports allergens or ingredients as 'notStated' and the answer matters. It also provides cost-driven usage constraints (one product at a time, only when needed) and a caution that photos may not be sufficient for allergy decisions.

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