3 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });{ name: "clash_discovery" /* short, unique, verb-based */ }clash_discovery, clash_open_resource, clash_scroll_section{
name: "clash_discovery",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}clash_discovery, clash_open_resource, clash_scroll_section<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="clash_discovery" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "clash_discovery",
"description": "Return machine-readable API and MCP discovery endpoints for Clash of Coins.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });clash_open_resource: 1 parameter has no description (url); clash_scroll_section: 1 parameter has no description (sectionId){
name: "clash_open_resource",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}clash_discovery, clash_open_resource, clash_scroll_section{
name: "clash_discovery",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "clash_discovery" /* short, unique, verb-based */ }clash_discovery, clash_open_resource, clash_scroll_section<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="clash_discovery" tooldescription="...">
<!-- the same action, as UI -->
</form>