2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
list_available_tools<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_available_tools" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_available_tools",
"description": "List the WebMCP tools this page exposes to agents, including each tool's name, description, input schema, and result schema. Call it to discover the available actions before invoking them.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "scan_repository_form" /* short, unique, verb-based */ }list_available_tools<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_available_tools" tooldescription="...">
<!-- the same action, as UI -->
</form>