weave-webmcp.vercel.app
A visual website builder where a person and an AI agent author the same site through WebMCP. Structured context, reviewable change proposals, and a human approval gate before anything ships.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 0 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
weave_add_section
Add a complete, professionally designed section to the current page from WEAVE’s section library. The section lands after the given element, or at the end of the page by default, and every element inside it is immediately editable by the human and by weave_update_element.
Page: /app/
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
section_type |
string | yes | Which kind of section to add. |
after_element_id |
string | no | Id of the section to insert after. Defaults to the end of the page. |
Raw JSON schema
{
"type": "object",
"properties": {
"section_type": {
"type": "string",
"enum": [
"header",
"hero",
"features",
"products",
"testimonials",
"pricing",
"faq",
"cta",
"contact",
"footer"
],
"description": "Which kind of section to add."
},
"after_element_id": {
"type": "string",
"description": "Id of the section to insert after. Defaults to the end of the page."
}
},
"required": [
"section_type"
],
"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…