24 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "admintoolkit_check_ai_crawler_access" /* short, unique, verb-based */ }admintoolkit_check_ai_crawler_access, admintoolkit_validate_llms_txt, admintoolkit_validate_a2a_agent_card, admintoolkit_validate_webmcp_tool, admintoolkit_check_mx_records<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="admintoolkit_check_ai_crawler_access" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "admintoolkit_check_ai_crawler_access",
"description": "Return a read-only RFC 9309 robots.txt access report for AI and search crawlers. Accepts robots.txt text or a public robots.txt URL plus an optional path. Includes merged matching groups, octet-normalized longest-match decisions, per-crawler evidence, transport status, crawler-registry provenance and policy snippets.",
"inputSchema": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"content"
]
}
],
"properties": {
"content": {
"description": "Pasted robots.txt content to validate locally, e.g. 'User-agent: GPTBot'.",
"type": "string"
},
"crawlers": {
"description": "Crawler tokens to evaluate as an array, e.g. ['GPTBot','Google-Extended'].",
"items": {
"type": "string"
},
"type": "array"
},
"path": {
"description": "Path to evaluate against robots.txt rules, e.g. '/' or '/tools/'.",
"type": "string"
},
"url": {
"description": "Robots.txt URL or bare domain to fetch, e.g. 'https://example.com/robots.txt'.",
"format": "uri",
"type": "string"
}
},
"required": [],
"type": "object"
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "admintoolkit_check_ai_crawler_access" /* short, unique, verb-based */ }admintoolkit_check_ai_crawler_access, admintoolkit_validate_llms_txt, admintoolkit_validate_a2a_agent_card, admintoolkit_validate_webmcp_tool, admintoolkit_check_mx_records<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="admintoolkit_check_ai_crawler_access" tooldescription="...">
<!-- the same action, as UI -->
</form>