webmcp-tagboard.netlify.app
A colourful WebMCP demo on Netlify: agents read and write tagged notes through tools this page declares about itself, with edge validation, AI moderation and per-visitor rate limits. Includes…
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
add_note
Write a new note onto the board under a tag. Every write is screened by an AI moderator before it is stored and is rate limited per visitor, so a rejected write is normal and should be reported back to the user rather than retried with the same text.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
tag |
string | yes | Tag to file the note under. Reuse an existing tag from list_tags, or invent a new one. |
message |
string | yes | The note itself, up to 400 characters. |
author |
string | no | Display name to sign the note with. Ask the user what they want to be called; defaults to "anonymous". |
Raw JSON schema
{
"type": "object",
"properties": {
"tag": {
"type": "string",
"description": "Tag to file the note under. Reuse an existing tag from list_tags, or invent a new one."
},
"message": {
"type": "string",
"description": "The note itself, up to 400 characters."
},
"author": {
"type": "string",
"description": "Display name to sign the note with. Ask the user what they want to be called; defaults to \"anonymous\"."
}
},
"required": [
"tag",
"message"
]
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.