4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
check_mail_security, export_mail_security_report, open_get_started, open_sign_in{
name: "check_mail_security",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}check_mail_security, export_mail_security_report, open_get_started, open_sign_in<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="check_mail_security" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "check_mail_security",
"description": "Run a live SPF, DMARC, DKIM, MX, TXT, DNS, and registrar posture check for a public domain. Returns a compact summary with SPF/DMARC/DKIM records, DKIM selector, MX hosts, external DMARC destinations, score/grade, and report URL. Invocation: browser WebMCP only — open this site, discover tools via the page runtime, then execute here. There is no public HTTP execute_url; do not reverse-engineer the app bundle for a REST path. Agent-friendly: no interactive CAPTCHA.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain to analyze, e.g. example.com"
}
},
"required": [
"domain"
],
"additionalProperties": false
},
"annotations": {}
}check_mail_security, export_mail_security_report, open_get_started, open_sign_in{
name: "check_mail_security",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}export_mail_security_report: email, mail; open_get_started: user, email; open_sign_in: user, email{ name: "export_mail_security_report", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_get_started" /* short, unique, verb-based */ }check_mail_security, export_mail_security_report, open_get_started, open_sign_in<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="check_mail_security" tooldescription="...">
<!-- the same action, as UI -->
</form>