4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
view_pricing, view_docs, sign_up, contact_support{
name: "view_pricing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}view_pricing, view_docs, sign_up, contact_support<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="view_pricing" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "view_pricing",
"description": "Navigate to the Lumbox pricing page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}view_pricing, view_docs, sign_up, contact_support{
name: "view_pricing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "sign_up" /* short, unique, verb-based */ }view_pricing, view_docs, sign_up, contact_support<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="view_pricing" tooldescription="...">
<!-- the same action, as UI -->
</form>