4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "ask_hayalows" /* short, unique, verb-based */ }ask_hayalows, browse_hayalows_services, prepare_hayalows_enquiry, navigate_hayalows<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="ask_hayalows" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "ask_hayalows",
"description": "Find authoritative Hayalows information when a visitor asks about services, business fit, approach, enquiries, payments, refunds, privacy or terms. Read-only. Returns a stable JSON object with schemaVersion, schemaUrl, query, matches (each with id, title, text, tags and url), note, and contact (an object or null). The machine-readable AskHayalowsResult contract is published at https://hayalows.com/webmcp/results.schema.json.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 300,
"description": "The visitor's question or the Hayalows topic to find."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}prepare_hayalows_enquiry: description is 533 characters, over Chrome's 500-character guidance{
name: "prepare_hayalows_enquiry",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "ask_hayalows" /* short, unique, verb-based */ }ask_hayalows, browse_hayalows_services, prepare_hayalows_enquiry, navigate_hayalows<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="ask_hayalows" tooldescription="...">
<!-- the same action, as UI -->
</form>