2 tools registered. Strongest in WebMCP use, weakest in usefulness.
No agent run recorded yet.
find_dupes: description is 554 characters, over Chrome's 500-character guidance; find_dupes: description is 554 characters, over Chrome's 500-character guidance{
name: "find_dupes",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}find_dupes<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_dupes" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "find_dupes",
"description": "Search Dupe.com for cheaper, visually similar alternatives (\"dupes\") to a product. Accepts either a full product page URL or a text description — Dupe.com detects which and routes accordingly, and a URL gives much better results than a description. Use for \"find a cheaper version of this\", \"what does a dupe of this cost\", \"this is sold out, what looks like it\", and recreating a room or outfit for less. Not for counterfeits, product-quality judgments, or order and returns questions. Running this searches on the current page; results appear in place.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "A product page URL, or a description of the product to find dupes for. A URL gives much better results."
}
},
"required": [
"query"
]
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": true
}
}find_dupes: description is 554 characters, over Chrome's 500-character guidance; find_dupes: description is 554 characters, over Chrome's 500-character guidance{
name: "find_dupes",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));find_dupes<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_dupes" tooldescription="...">
<!-- the same action, as UI -->
</form>