← WebMCP Directory

persona-chat.dev

persona-chat.dev

live Unverified (seed import) Developer Tools 42 tools imperative implementation

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 framework dependencies.

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 10 · Act 29 · Transact 3 · Score: Not yet scored

Tool inspector

update_element

act imperative

Merge a partial patch into one element: position, size, text, and style in a single call. Omitted keys are unchanged. Returns the updated element.

Page: /webmcp-slides.html

Input schema

PropertyTypeRequiredDescription
elementId string yes
patch object yes Partial element properties to merge; omitted keys are unchanged.
Raw JSON schema
{
  "type": "object",
  "required": [
    "elementId",
    "patch"
  ],
  "properties": {
    "elementId": {
      "type": "string"
    },
    "patch": {
      "type": "object",
      "description": "Partial element properties to merge; omitted keys are unchanged.",
      "properties": {
        "x": {
          "type": "number",
          "description": "Slide units; the canvas is 960 wide x 540 tall, origin at the top-left."
        },
        "y": {
          "type": "number"
        },
        "w": {
          "type": "number"
        },
        "h": {
          "type": "number"
        },
        "rotation": {
          "type": "number",
          "description": "Degrees clockwise."
        },
        "z": {
          "type": "number",
          "description": "Stacking order; higher renders on top."
        },
        "text": {
          "type": "string",
          "description": "Text elements only. Use \\n for line breaks."
        },
        "fontSize": {
          "type": "number"
        },
        "fontFamily": {
          "type": "string",
          "description": "Font stack, or a theme token: 'theme.heading' / 'theme.body'. Prefer tokens."
        },
        "fontWeight": {
          "type": "number",
          "description": "400 normal, 700 bold."
        },
        "color": {
          "type": "string",
          "description": "CSS color (e.g. '#0f172a') or a theme token: 'theme.background', 'theme.surface', 'theme.text', 'theme.accent', 'theme.accentText'. Prefer tokens so the deck restyles when the theme changes."
        },
        "align": {
          "type": "string",
          "enum": [
            "left",
            "center",
            "right"
          ]
        },
        "fill": {
          "type": "string",
          "description": "CSS color (e.g. '#0f172a') or a theme token: 'theme.background', 'theme.surface', 'theme.text', 'theme.accent', 'theme.accentText'. Prefer tokens so the deck restyles when the theme changes."
        },
        "stroke": {
          "type": "string",
          "description": "CSS color (e.g. '#0f172a') or a theme token: 'theme.background', 'theme.surface', 'theme.text', 'theme.accent', 'theme.accentText'. Prefer tokens so the deck restyles when the theme changes."
        },
        "strokeWidth": {
          "type": "number"
        },
        "src": {
          "type": "string",
          "description": "Image URL, or 'placeholder' for a styled placeholder block."
        }
      }
    }
  }
}

Similar websites

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-08-17
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-08-17
list_skills read_skill read read_selection search
Inspect tools
admintoolkit.io

admintoolkit.io

admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.

live Unverified Developer Tools
24 tools A2 / Act22 / T0 Not yet scored Seen 2026-08-17
admintoolkit_check_ai_crawler_access admintoolkit_validate_llms_txt admintoolkit_validate_a2a_agent_card admintoolkit_validate_webmcp_tool admintoolkit_check_mx_records
Inspect tools
sema.run

sema.run

Try Sema in the browser — a Lisp with first-class LLM primitives. No install required, runs entirely in WebAssembly.

live Unverified Developer Tools
17 tools A6 / Act11 / T0 Not yet scored Seen 2026-08-17
read_editor write_editor format_editor run_editor stop_run
Inspect tools

Related on Influzer