488315.github.io
FrameGuard human-in-the-loop visual change review
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
create_proposal
Creates an exact revision-bound proposal when no review is active. Use this for caller-specified edits; FrameGuard derives before-values, protection, and applicability.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Exact committed revision returned by inspect_document. |
title |
string | yes | Short human-readable name for this review. |
objective |
string | yes | The visual outcome the bounded changes should achieve. |
changes |
array | yes | Exact visual edits to preview for human review. |
Raw JSON schema
{
"type": "object",
"properties": {
"expectedRevision": {
"type": "integer",
"minimum": 1,
"description": "Exact committed revision returned by inspect_document."
},
"title": {
"type": "string",
"minLength": 1,
"maxLength": 120,
"description": "Short human-readable name for this review."
},
"objective": {
"type": "string",
"minLength": 1,
"maxLength": 500,
"description": "The visual outcome the bounded changes should achieve."
},
"changes": {
"type": "array",
"minItems": 1,
"maxItems": 20,
"description": "Exact visual edits to preview for human review.",
"items": {
"type": "object",
"properties": {
"target": {
"type": "string",
"enum": [
"logo",
"headline",
"image",
"body",
"cta",
"legal"
],
"description": "Existing FrameGuard element to review."
},
"operation": {
"type": "object",
"properties": {
"kind": {
"type": "string",
"enum": [
"set_text",
"set_image_position"
],
"description": "Typed operation supported by the target element."
},
"canvas": {
"type": "string",
"enum": [
"desktop",
"mobile"
],
"description": "Responsive canvas where the edit is previewed."
},
"value": {
"type": "string",
"minLength": 1,
"maxLength": 1000,
"description": "Replacement text or CSS image-position value."
}
},
"required": [
"kind",
"canvas",
"value"
],
"additionalProperties": false
},
"rationale": {
"type": "string",
"minLength": 1,
"maxLength": 300,
"description": "Reason the reviewer should consider this edit."
}
},
"required": [
"target",
"operation",
"rationale"
],
"additionalProperties": false
}
}
},
"required": [
"expectedRevision",
"title",
"objective",
"changes"
],
"additionalProperties": false
}
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…