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 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
create_event
Create a calendar event and render it on the page. startDate/endDate are LOCAL wall-clock times in the calendar timezone, formatted YYYY-MM-DDTHH:mm: never append "Z" or a UTC offset (any offset is ignored and the stated clock time is used as-is). Use a userId from get_calendar_state.
Page: /webmcp-calendar.html
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
title |
string | yes | Event title. |
description |
string | no | Optional event notes. |
startDate |
string | yes | Event start as local wall-clock time, e.g. 2026-06-11T08:00. No "Z" or UTC offset. |
endDate |
string | yes | Event end as local wall-clock time, e.g. 2026-06-11T09:00. No "Z" or UTC offset. |
userId |
string | no | Owner/attendee user ID from get_calendar_state. |
color |
string | no | Event color. |
location |
string | no | Optional location or video link. |
Raw JSON schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Event title."
},
"description": {
"type": "string",
"description": "Optional event notes."
},
"startDate": {
"type": "string",
"description": "Event start as local wall-clock time, e.g. 2026-06-11T08:00. No \"Z\" or UTC offset."
},
"endDate": {
"type": "string",
"description": "Event end as local wall-clock time, e.g. 2026-06-11T09:00. No \"Z\" or UTC offset."
},
"userId": {
"type": "string",
"description": "Owner/attendee user ID from get_calendar_state."
},
"color": {
"type": "string",
"enum": [
"blue",
"green",
"purple",
"amber",
"rose"
],
"description": "Event color."
},
"location": {
"type": "string",
"description": "Optional location or video link."
}
},
"required": [
"title",
"startDate",
"endDate"
]
}
Similar websites
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…
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.
sema.run
Try Sema in the browser — a Lisp with first-class LLM primitives. No install required, runs entirely in WebAssembly.