agentmarkup.dev
Configure, inspect, and compile a coherent machine-readable website surface with visible agent tools, deterministic findings, and install-ready agentmarkup artifacts.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 8 · Transact 0 · Score: Not yet scored
Tool inspector
set_access_policy
Set crawler access by intent group or crawler name and update Content-Signal directives in the Studio draft.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
groups |
object | no | Crawler directives applied to train, search, or agent groups. |
crawlers |
object | no | Per-crawler allow, disallow, or null-to-clear overrides. |
contentSignal |
object | no | Content-Signal permissions for training, search, and AI input. |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"groups": {
"type": "object",
"description": "Crawler directives applied to train, search, or agent groups.",
"additionalProperties": false,
"properties": {
"train": {
"type": "string",
"description": "Directive for model-training crawlers.",
"enum": [
"allow",
"disallow"
]
},
"search": {
"type": "string",
"description": "Directive for AI search and retrieval crawlers.",
"enum": [
"allow",
"disallow"
]
},
"agent": {
"type": "string",
"description": "Directive for user-triggered agent fetchers.",
"enum": [
"allow",
"disallow"
]
}
}
},
"crawlers": {
"type": "object",
"description": "Per-crawler allow, disallow, or null-to-clear overrides.",
"maxProperties": 40,
"propertyNames": {
"maxLength": 60
},
"additionalProperties": {
"anyOf": [
{
"type": "string",
"enum": [
"allow",
"disallow"
]
},
{
"type": "null"
}
]
}
},
"contentSignal": {
"type": "object",
"description": "Content-Signal permissions for training, search, and AI input.",
"additionalProperties": false,
"properties": {
"aiTrain": {
"type": "string",
"description": "Whether model training is permitted.",
"enum": [
"yes",
"no"
]
},
"search": {
"type": "string",
"description": "Whether search and retrieval are permitted.",
"enum": [
"yes",
"no"
]
},
"aiInput": {
"type": "string",
"description": "Whether agent input use is permitted.",
"enum": [
"yes",
"no"
]
}
}
}
}
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…