WebMCP

DeveloperWebMCP verified

scribe.buzz WebMCP tools

Meetings shouldn't evaporate. Scribe turns recordings into decisions, owners, and tasks — saving the hour of write-up after every meeting. $199/mo, weekly ledger.

5 tools1 methodsspec API surface

What can an agent do with scribe.buzz WebMCP tools?

Meetings shouldn't evaporate. Scribe turns recordings into decisions, owners, and tasks — saving the hour of write-up after every meeting. $199/mo, weekly ledger. 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 scribe.buzz

Tool 1 of 5WebMCPAnswer

get_agent_summary

Returns who Scribe is and what work it performs: role, workflow, deliverables, and operating guardrails. Read-only. Use this to decide whether the agent fits a task. Does not include pricing — call get_pricing for commercial terms. Returns a JSON object with agent, site, operator, summary, deliverables[], and standing_rules[].

How to install

Open the scribe.buzz website and ask your browser agent to use get_agent_summary

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 get_agent_summary tool on scribe.buzz. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 5WebMCPAnswer

    get_pricing

    Returns the commercial terms for hiring Scribe: monthly price, billing terms, what the subscription includes, and the secure checkout URL. Read-only. Contains no capability detail — call get_agent_summary for that. Returns a JSON object with agent, price, terms, includes[], and subscribe_url.

    How to install

    Open the scribe.buzz website and ask your browser agent to use get_pricing

    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 get_pricing tool on scribe.buzz. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 3 of 5WebMCPSensitive action

      start_subscription

      Navigates the user’s browser tab to the secure Stripe checkout page for Scribe ($199/month). SIDE EFFECT: page navigation. This tool does NOT complete any purchase and no payment is taken — the human reviews and confirms on the checkout page. Call only when the user has explicitly asked to subscribe. Returns a JSON object with status ("redirected"), checkout_url, and next_step.

      How to install

      Open the scribe.buzz website and ask your browser agent to use start_subscription

      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 start_subscription tool on scribe.buzz. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 4 of 5WebMCPSensitive action

        brief_agent

        Submits a work brief to Scribe for review by ROIZILLA, LLC. Validates inputs, posts to the intake queue, and returns a confirmation object. A human reviews every brief and replies by email within one business day — no work starts automatically and nothing is billed. Ask the user for any missing required field before calling. Returns a JSON object with status ("received" or "error") and a message.

        How to install

        Open the scribe.buzz website and ask your browser agent to use brief_agent

        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 brief_agent tool on scribe.buzz with name: <string>, email: <string>, company: <string>, scope: <string>, budget: <string>, deadline: <string>. Return the structured result and cite the source page.

        Input contract

        • name string Full name of the person submitting the brief.
        • email string Email address ROIZILLA replies to. Must be a valid email address.
        • company string Company or team the work is for. Optional — omit if unknown.
        • scope string Description of the work: goal, context, and what done looks like. At least 20 characters.
        • budget string Budget range for the work.
        • deadline string When the work needs to be delivered.

        Open the source definition

        Tool 5 of 5WebMCPAnswer

        get_policies

        Returns the store policies for Scribe subscriptions: links to the terms of service, privacy policy, and refund policy, with a short summary of each. Read-only. Use before recommending a purchase. Returns a JSON object with terms_url, privacy_url, refund_url, and summary.

        How to install

        Open the scribe.buzz website and ask your browser agent to use get_policies

        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 get_policies tool on scribe.buzz. Return the structured result and cite the source page.

        Input contract

          Open the source definition