WebMCP

MediaWebMCP verified

betomuniz.com WebMCP tools

Personal site with WebMCP tools

3 tools1 methodsspec API surface

What can an agent do with betomuniz.com WebMCP tools?

Personal site with WebMCP tools This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on betomuniz.com

Tool 1 of 3WebMCPAnswer

list_contacts

List Beto Muniz's contact channels — both social network profiles (LinkedIn, GitHub, YouTube, Newsletter) and direct contact endpoints (email). Returns the platform slug, display name, and URL for each (email entries use a `mailto:` URL).

How to install

Open the betomuniz.com website and ask your browser agent to use list_contacts

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the list_contacts tool on betomuniz.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 3WebMCPAnswer

    list_blog_posts

    List all of Beto Muniz's published blog posts. Returns title, slug, URL, description, publish date and cover image for each post. Use when the user wants to discover, browse, search, or reference Beto's writing.

    How to install

    Open the betomuniz.com website and ask your browser agent to use list_blog_posts

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the list_blog_posts tool on betomuniz.com. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 3 of 3WebMCPSensitive action

      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.

      How to install

      Open the betomuniz.com website and ask your browser agent to use send_contact_email

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the send_contact_email tool on betomuniz.com with name: <string>, email: <string>, subject: <string>, message: <string>. Return the structured result and cite the source page.

      Input contract

      • name string Visitor's full name (1-120 characters).
      • email string 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 Email subject line (1-200 characters).
      • message string Plain-text message body (1-5000 characters). HTML is not rendered.

      Open the source definition