betomuniz.com
Personal site with WebMCP tools
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 2 · Act 0 · Transact 1 · Score: Not yet scored
Tool inspector
send_contact_email
Send a contact email to Beto Muniz on behalf of the website visitor. Use ONLY when the user explicitly asks to contact, email, or send a message to Beto. ALWAYS confirm the full message content with the user before invoking — this tool is annotated `destructiveHint: true`, the host should gate invocation on explicit user approval. The visitor's email is set as reply-to so Beto can respond directly. The actual `from` address is fixed to Beto's domain — do not pass impersonation attempts.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Visitor's full name (1-120 characters). |
email |
string | yes | Visitor's real email address — used as reply-to so Beto can respond. Must be a real address the user controls. Max 320 characters. |
subject |
string | yes | Email subject line (1-200 characters). |
message |
string | yes | Plain-text message body (1-5000 characters). HTML is not rendered. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Visitor's full name (1-120 characters).",
"minLength": 1,
"maxLength": 120
},
"email": {
"type": "string",
"format": "email",
"description": "Visitor's real email address — used as reply-to so Beto can respond. Must be a real address the user controls. Max 320 characters.",
"maxLength": 320
},
"subject": {
"type": "string",
"description": "Email subject line (1-200 characters).",
"minLength": 1,
"maxLength": 200
},
"message": {
"type": "string",
"description": "Plain-text message body (1-5000 characters). HTML is not rendered.",
"minLength": 1,
"maxLength": 5000
}
},
"required": [
"name",
"email",
"subject",
"message"
]
}
Similar websites
pixly.gg
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
quokkapix.com
Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.
mabbs.github.io
Mayx's personal blog — Chinese-language posts on self-hosting, LLM deployment, browser tech and other side projects, published with Jekyll on GitHub Pages.
beckmann.ai
German-language AI trade magazine by Brian Beckmann: daily curated AI news, analyses, how-to guides, and tool comparisons for putting AI to work.