Tool tree
Website reputation and blocklist lookup
website_reputation_checkerAction
Scans a website address or domain name against multiple blocklists. Submitting this form redirects to a dedicated scan report page containing comprehensive results, blocklist detection ratio, and server network data.
View tool JSON
{
"name": "website_reputation_checker",
"kind": "act",
"impl": "declarative",
"description": "Scans a website address or domain name against multiple blocklists. Submitting this form redirects to a dedicated scan report page containing comprehensive results, blocklist detection ratio, and server network data.",
"inputSchema": {
"type": "object",
"properties": {
"site": {
"type": "string",
"description": "The target domain name, website address, or URL to be checked for safety and malware (e.g., 'example.com' or 'http://example.com')."
}
},
"required": [
"site"
]
}
}