woolworths_navigate
Navigate directly to specific Woolworths website pages to access products, specials, or shopping features using provided URLs.
Instructions
Navigate to a specific URL on the Woolworths website
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL to navigate to",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}