One tool 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: "assess_workflow_automation_fit" /* short, unique, verb-based */ }assess_workflow_automation_fit<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="assess_workflow_automation_fit" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "assess_workflow_automation_fit",
"description": "Prepare a read-only first-pass assessment of whether a recurring business workflow is a good fit for a Wachter Intelligence workflow audit. This does not submit a form, create a booking, or make claims about guaranteed outcomes.",
"inputSchema": {
"type": "object",
"required": [
"workflow"
],
"properties": {
"workflow": {
"type": "string",
"description": "A plain-language description of the recurring operational workflow."
},
"frequency": {
"type": "string",
"description": "How often the workflow runs or its approximate volume."
},
"systems": {
"type": "string",
"description": "The inboxes, forms, spreadsheets, CRM, ERP, databases, or legacy software involved."
},
"constraints": {
"type": "string",
"description": "Compliance, sensitive-data, exception, or human-approval constraints."
}
}
},
"annotations": {
"readOnlyHint": true
}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "assess_workflow_automation_fit" /* short, unique, verb-based */ }assess_workflow_automation_fit<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="assess_workflow_automation_fit" tooldescription="...">
<!-- the same action, as UI -->
</form>