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
curate_agent_pages
Curate llms.txt sections, usage guidance, full-text output, and markdown mirror settings in the Studio draft.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
llmsSections |
array | no | The curated sections and entries emitted into llms.txt. |
whenToUse |
array | no | Short statements explaining when an agent should use this site. |
llmsFullEnabled |
boolean | no | Whether to generate the optional llms-full.txt artifact. |
markdownMirrors |
object | no | Markdown mirror generation and exclusion settings. |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"llmsSections": {
"type": "array",
"description": "The curated sections and entries emitted into llms.txt.",
"maxItems": 20,
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"title",
"entries"
],
"properties": {
"title": {
"type": "string",
"description": "The llms.txt section title.",
"maxLength": 300
},
"entries": {
"type": "array",
"description": "Pages included in this section.",
"maxItems": 50,
"items": {
"type": "object",
"description": "One page advertised in an llms.txt section.",
"additionalProperties": false,
"required": [
"title",
"url"
],
"properties": {
"title": {
"type": "string",
"description": "The page title.",
"maxLength": 300
},
"url": {
"type": "string",
"description": "A relative or absolute page URL.",
"maxLength": 2000
},
"description": {
"type": "string",
"description": "An optional page description.",
"maxLength": 1000
}
}
}
}
}
}
},
"whenToUse": {
"type": "array",
"description": "Short statements explaining when an agent should use this site.",
"maxItems": 10,
"items": {
"type": "string",
"description": "One usage statement.",
"maxLength": 200
}
},
"llmsFullEnabled": {
"type": "boolean",
"description": "Whether to generate the optional llms-full.txt artifact."
},
"markdownMirrors": {
"type": "object",
"description": "Markdown mirror generation and exclusion settings.",
"additionalProperties": false,
"required": [
"enabled",
"exclude"
],
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether markdown mirrors are generated."
},
"exclude": {
"type": "array",
"description": "Page patterns excluded from markdown mirrors.",
"maxItems": 50,
"items": {
"type": "string",
"description": "One exclusion path or pattern.",
"maxLength": 2000
}
}
}
}
}
}
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…