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_site_identity
Update the site identity and optional Organization metadata in the in-memory Studio draft.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
site |
string | no | The absolute HTTP or HTTPS site root. |
name |
string | no | The public site name. |
description |
string | no | A concise site description. |
organization |
object | no | Optional Organization metadata paired with the site identity. |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"site": {
"type": "string",
"description": "The absolute HTTP or HTTPS site root.",
"maxLength": 2000,
"format": "uri"
},
"name": {
"type": "string",
"description": "The public site name.",
"maxLength": 300
},
"description": {
"type": "string",
"description": "A concise site description.",
"maxLength": 1000
},
"organization": {
"type": "object",
"description": "Optional Organization metadata paired with the site identity.",
"additionalProperties": false,
"required": [
"name",
"url"
],
"properties": {
"name": {
"type": "string",
"description": "The organization name.",
"maxLength": 300
},
"url": {
"type": "string",
"description": "The organization canonical HTTP or HTTPS URL.",
"maxLength": 2000,
"format": "uri"
},
"logo": {
"type": "string",
"description": "An absolute HTTP or HTTPS logo URL.",
"maxLength": 2000,
"format": "uri"
},
"description": {
"type": "string",
"description": "A concise organization description.",
"maxLength": 1000
},
"sameAs": {
"type": "array",
"description": "Absolute HTTP or HTTPS profile URLs for the organization.",
"maxItems": 10,
"items": {
"type": "string",
"description": "An organization profile URL.",
"maxLength": 2000,
"format": "uri"
}
},
"contactPoint": {
"type": "array",
"description": "Public contact points for the organization.",
"maxItems": 5,
"items": {
"type": "object",
"description": "A schema.org contact point for the organization.",
"additionalProperties": false,
"required": [
"contactType"
],
"properties": {
"contactType": {
"type": "string",
"description": "The contact role, such as technical support.",
"maxLength": 300
},
"email": {
"type": "string",
"description": "An email address for this contact.",
"maxLength": 300
},
"telephone": {
"type": "string",
"description": "A telephone number for this contact.",
"maxLength": 300
},
"url": {
"type": "string",
"description": "An absolute HTTP or HTTPS URL for this contact.",
"maxLength": 2000,
"format": "uri"
},
"areaServed": {
"description": "A service area or a bounded list of service areas.",
"oneOf": [
{
"type": "string",
"maxLength": 300
},
{
"type": "array",
"maxItems": 10,
"items": {
"type": "string",
"maxLength": 300
}
}
]
},
"availableLanguage": {
"description": "A language or a bounded list of languages.",
"oneOf": [
{
"type": "string",
"maxLength": 300
},
{
"type": "array",
"maxItems": 10,
"items": {
"type": "string",
"maxLength": 300
}
}
]
}
}
}
},
"address": {
"type": "object",
"description": "A schema.org postal address for the organization.",
"additionalProperties": false,
"required": [
"addressCountry"
],
"properties": {
"streetAddress": {
"type": "string",
"description": "The street address.",
"maxLength": 300
},
"addressLocality": {
"type": "string",
"description": "The city or locality.",
"maxLength": 300
},
"addressRegion": {
"type": "string",
"description": "The state, county, or region.",
"maxLength": 300
},
"postalCode": {
"type": "string",
"description": "The postal code.",
"maxLength": 300
},
"addressCountry": {
"type": "string",
"description": "The country name or ISO country code.",
"maxLength": 300
}
}
}
}
}
}
}
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…