7 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
postalform.get_workflow_state, postalform.set_pdf_from_data_url, postalform.set_recipient_details, postalform.set_sender_details, postalform.set_delivery_options<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="postalform.get_workflow_state" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "postalform.get_workflow_state",
"description": "Return the current PostalForm home workflow state, including step, addresses, delivery settings, and submit readiness.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}postalform.set_recipient_details: declares no required list, so an agent cannot tell which parameters are mandatory; postalform.set_sender_details: declares no required list, so an agent cannot tell w{
name: "postalform.set_recipient_details",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "postalform.set_pdf_from_data_url" /* short, unique, verb-based */ }postalform.get_workflow_state, postalform.set_pdf_from_data_url, postalform.set_recipient_details, postalform.set_sender_details, postalform.set_delivery_options<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="postalform.get_workflow_state" tooldescription="...">
<!-- the same action, as UI -->
</form>