webmcp-starter.netlify.app
A prompt-first Netlify template for adding WebMCP tools to a site. Copy a prompt, hand it to your coding agent, and it builds and deploys an agent-ready site for you.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
leave_message
Leave a short public message for the page owner in the guestbook. Messages are stored permanently and shown to everyone who visits, so confirm the exact wording with the user before calling this.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | no | Who the message is from. Defaults to "Anonymous" if omitted. |
message |
string | yes | The message body. Plain text, 280 characters maximum. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Who the message is from. Defaults to \"Anonymous\" if omitted."
},
"message": {
"type": "string",
"description": "The message body. Plain text, 280 characters maximum."
}
},
"required": [
"message"
]
}
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…