get-biggest-dropsAnswer
Get today's biggest tracked price drops on Amazon United Kingdom, ranked by drop size. Returns up to 12 products with current price, previous price, drop percentage and their Tosheroon URL.
View tool JSON
{
"name": "get-biggest-drops",
"kind": "answer",
"impl": "imperative",
"description": "Get today's biggest tracked price drops on Amazon United Kingdom, ranked by drop size. Returns up to 12 products with current price, previous price, drop percentage and their Tosheroon URL.",
"inputSchema": {
"type": "object",
"required": [],
"properties": {}
}
}open-search-resultsAction
Search Tosheroon's tracked Amazon catalogue by keywords, brand or Amazon URL and open the results page.
View tool JSON
{
"name": "open-search-results",
"kind": "act",
"impl": "declarative",
"description": "Search Tosheroon's tracked Amazon catalogue by keywords, brand or Amazon URL and open the results page.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords, a brand name, or an Amazon product URL"
}
},
"required": []
}
}track-amazon-productAction
Start tracking an Amazon product on Tosheroon: paste an Amazon product URL (or search keywords) and this opens its price-tracking page with full price history, forecasts and alerts.
View tool JSON
{
"name": "track-amazon-product",
"kind": "act",
"impl": "declarative",
"description": "Start tracking an Amazon product on Tosheroon: paste an Amazon product URL (or search keywords) and this opens its price-tracking page with full price history, forecasts and alerts.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "An Amazon product URL (any Amazon domain) or search keywords"
}
},
"required": []
}
}