reorder_product
unverifiedv0.1Adds an item to the cart and visually updates the UI bag icon.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"item_id"
],
"properties": {
"item_id": {
"type": "string",
"description": "The ID of the product to reorder"
}
}
}Full Contract
{
"name": "reorder_product",
"description": "Adds an item to the cart and visually updates the UI bag icon.",
"inputSchema": {
"type": "object",
"required": [
"item_id"
],
"properties": {
"item_id": {
"type": "string",
"description": "The ID of the product to reorder"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/coffee-shop/reorder_product