← WebMCP Directory

488315.github.io

488315.github.io

demo Unverified (seed import) Developer Tools 2 tools imperative implementation

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

act imperative

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

PropertyTypeRequiredDescription
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

neohack.dev

An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.

live Unverified Developer Tools Transact tools
54 tools A3 / Act49 / T2 Not yet scored Seen 2026-09-14
create observe inspect lookup navigation
Inspect tools
persona-chat.dev

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…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-09-14
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-09-14
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

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…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-09-14
list_skills read_skill read read_selection search
Inspect tools

Related on Influzer