2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "join_yaptask_waitlist" /* short, unique, verb-based */ }join_yaptask_waitlist{
name: "join_yaptask_waitlist",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}join_yaptask_waitlist: user, email{ name: "join_yaptask_waitlist", annotations: { untrustedContentHint: true } }join_yaptask_waitlist<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="join_yaptask_waitlist" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "join_yaptask_waitlist",
"description": "Join the YapTask early-access waitlist with an email address. YapTask is a voice-first task manager for iOS that is not yet released. Ask the user for their email and confirm before calling.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Email address to add to the waitlist."
}
},
"required": [
"email"
]
},
"annotations": {}
}join_yaptask_waitlist{
name: "join_yaptask_waitlist",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}join_yaptask_waitlist: user, email{ name: "join_yaptask_waitlist", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "join_yaptask_waitlist" /* short, unique, verb-based */ }join_yaptask_waitlist<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="join_yaptask_waitlist" tooldescription="...">
<!-- the same action, as UI -->
</form>