Woolworths MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| woolworths_open_browserA | Opens a browser and navigates to Woolworths website. This is the first step to establish a session. |
| woolworths_navigateC | Navigate to a specific URL on the Woolworths website |
| woolworths_get_cookiesA | Retrieves session cookies from the current browser session. Run this after logging in or establishing a session. |
| woolworths_close_browserB | Closes the browser instance |
| woolworths_search_productsA | Search for products on Woolworths. Requires session cookies to be obtained first. |
| woolworths_get_product_detailsC | Get detailed information about a specific product by its stockcode |
| woolworths_get_specialsC | Get current specials and deals from Woolworths |
| woolworths_get_categoriesB | Get the list of available product categories |
| woolworths_add_to_cartC | Add a product to the shopping cart/trolley |
| woolworths_get_cartB | Get the contents of the shopping cart/trolley |
| woolworths_remove_from_cartC | Remove a product from the shopping cart/trolley |
| woolworths_update_cart_quantityC | Update the quantity of a product in the shopping cart/trolley |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Every tool has a clearly distinct purpose with no ambiguity. Each tool targets a specific action on a specific resource (e.g., cart operations, product search, browser management), and the descriptions reinforce these distinctions. There is no overlap that would cause misselection.
All tools follow a consistent 'woolworths_verb_noun' pattern throughout, using snake_case and starting with the server name prefix. This predictable naming scheme makes it easy to identify and understand each tool's function at a glance.
With 12 tools, the count is well-scoped for an e-commerce shopping assistant server. Each tool earns its place by covering essential operations like browsing, searching, cart management, and session handling, without being excessive or too sparse.
The tool surface provides complete CRUD/lifecycle coverage for the Woolworths shopping domain. It includes session setup (open/close browser, get cookies), product discovery (categories, search, specials, details), and full cart management (add, remove, update, get), with no obvious gaps that would hinder agent workflows.