4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
check_ssl, check_email_auth, get_page_metadata, start_website_scan{
name: "check_ssl",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}check_ssl, check_email_auth, get_page_metadata, start_website_scan<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="check_ssl" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "check_ssl",
"description": "Check a domain's HTTPS certificate: issuer, validity window, days until expiry, the hostnames it covers, the negotiated TLS version, and a letter grade with any problems found. Use this to answer whether a site's certificate is valid, who issued it, or when it expires.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain to check, e.g. example.com (a full URL is also accepted)."
}
},
"required": [
"domain"
]
},
"annotations": {}
}check_ssl, check_email_auth, get_page_metadata, start_website_scan{
name: "check_ssl",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}check_email_auth: email, mail{ name: "check_email_auth", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));check_ssl, check_email_auth, get_page_metadata, start_website_scan<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="check_ssl" tooldescription="...">
<!-- the same action, as UI -->
</form>