live · Developer Tools · JSON · API for agents
/List the same-origin read-only admintoolkit WebMCP tool contracts, input schemas, OpenAPI links, and tool URLs.
{
"name": "admintoolkit_list_tools",
"kind": "action",
"impl": "imperative",
"description": "List the same-origin read-only admintoolkit WebMCP tool contracts, input schemas, OpenAPI links, and tool URLs.",
"inputSchema": {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"json"
],
"description": "Response format for the admintoolkit MCP tools endpoint."
}
},
"required": [],
"additionalProperties": false
},
"page": "/"
}Open an admintoolkit diagnostic tool page by route slug. This read-only action does not run a live lookup by itself.
{
"name": "admintoolkit_open_tool",
"kind": "action",
"impl": "imperative",
"description": "Open an admintoolkit diagnostic tool page by route slug. This read-only action does not run a live lookup by itself.",
"inputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string",
"enum": [
"ai-crawler-robots-checker",
"llms-txt-validator",
"a2a-agent-card-validator",
"webmcp-tool-validator",
"mx-record-check",
"spf-dmarc-dkim-checker",
"email-header-analyzer",
"arc-chain-validator",
"bimi-checker-generator",
"mta-sts-checker-generator",
"tls-rpt-checker-generator",
"smtp-tls-readiness-checker",
"dnssec-validator",
"tlsa-record-checker-generator",
"dane-validator",
"caa-record-checker-generator",
"http-header-analyzer",
"ssl-cert-decoder",
"security-txt-validator-generator",
"tls-configuration-checker",
"redirect-canonical-indexability-checker",
"what-is-my-ip",
"cidr-subnet-calculator",
"edid-decoder"
],
"description": "admintoolkit tool route slug, for example webmcp-tool-validator or smtp-tls-readiness-checker."
}
},
"required": [
"tool"
],
"additionalProperties": false
},
"page": "/"
}/ai-crawler-robots-checker/Read-only admintoolkit diagnostic: AI Crawler robots.txt Checker. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.
{
"name": "admintoolkit_check_ai_crawler_access",
"kind": "action",
"impl": "imperative",
"description": "Read-only admintoolkit diagnostic: AI Crawler robots.txt Checker. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "AI Crawler robots.txt Checker parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true,
"format": "uri"
},
"path": {
"type": "string",
"description": "AI Crawler robots.txt Checker parameter: path. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true
},
"content": {
"type": "string",
"description": "AI Crawler robots.txt Checker parameter: content. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true
}
},
"required": [],
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"content"
]
}
],
"additionalProperties": false
},
"page": "/ai-crawler-robots-checker/"
}/llms-txt-validator/Read-only admintoolkit diagnostic: llms.txt Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.
{
"name": "admintoolkit_validate_llms_txt",
"kind": "action",
"impl": "imperative",
"description": "Read-only admintoolkit diagnostic: llms.txt Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "llms.txt Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true,
"format": "uri"
},
"content": {
"type": "string",
"description": "llms.txt Validator parameter: content. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true
}
},
"required": [],
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"content"
]
}
],
"additionalProperties": false
},
"page": "/llms-txt-validator/"
}/a2a-agent-card-validator/Read-only admintoolkit diagnostic: A2A Agent Card Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.
{
"name": "admintoolkit_validate_a2a_agent_card",
"kind": "action",
"impl": "imperative",
"description": "Read-only admintoolkit diagnostic: A2A Agent Card Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "A2A Agent Card Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true,
"format": "uri"
},
"json": {
"type": "string",
"description": "A2A Agent Card Validator parameter: json. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true
}
},
"required": [],
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"json"
]
}
],
"additionalProperties": false
},
"page": "/a2a-agent-card-validator/"
}/webmcp-tool-validator/Read-only admintoolkit diagnostic: WebMCP Tool Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.
{
"name": "admintoolkit_validate_webmcp_tool",
"kind": "action",
"impl": "imperative",
"description": "Read-only admintoolkit diagnostic: WebMCP Tool Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "WebMCP Tool Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true,
"format": "uri"
},
"source": {
"type": "string",
"description": "WebMCP Tool Validator parameter: source. Used only when this read-only tool is explicitly invoked by a browser agent.",
"untrustedContentHint": true
}
},
"required": [],
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"source"
]
}
],
"additionalProperties": false
},
"page": "/webmcp-tool-validator/"
}