Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| woolworths_open_browser | Opens a browser and navigates to Woolworths website. This is the first step to establish a session. |
| woolworths_navigate | Navigate to a specific URL on the Woolworths website |
| woolworths_get_cookies | Retrieves session cookies from the current browser session. Run this after logging in or establishing a session. |
| woolworths_close_browser | Closes the browser instance |
| woolworths_search_products | Search for products on Woolworths. Requires session cookies to be obtained first. |
| woolworths_get_product_details | Get detailed information about a specific product by its stockcode |
| woolworths_get_specials | Get current specials and deals from Woolworths |
| woolworths_get_categories | Get the list of available product categories |
| woolworths_add_to_cart | Add a product to the shopping cart/trolley |
| woolworths_get_cart | Get the contents of the shopping cart/trolley |
| woolworths_remove_from_cart | Remove a product from the shopping cart/trolley |
| woolworths_update_cart_quantity | Update the quantity of a product in the shopping cart/trolley |