WebMCP

DeveloperWebMCP verified

runtype.com WebMCP tools

Runtype is an AI product platform for building and deploying AI experiences — agents, flows, and chatbots — across web chat, Slack, email, and API. Its WebMCP tools let an agent search the blog and changelog, browse deployable example products, recommend a pricing plan, and navigate the site.

5 tools1 methodsspec API surface

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

Runtype is an AI product platform for building and deploying AI experiences — agents, flows, and chatbots — across web chat, Slack, email, and API. Its WebMCP tools let an agent search the blog and changelog, browse deployable example products, recommend a pricing plan, and navigate the site. 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 runtype.com

Tool 1 of 5WebMCPAnswer

search_content

Full-text search across Runtype's blog posts and product changelog. Use to find announcements, recently shipped features, fixes, and explainer articles. Returns titles, summaries, dates, and links — not full article bodies.

How to install

Open the runtype.com website and ask your browser agent to use search_content

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 search_content tool on runtype.com with query: <string>, source: <string>. Return the structured result and cite the source page.

Input contract

  • query string Search keywords, e.g. "slack agent" or "evals".
  • source string Which content to search. Defaults to "all".

Open the source definition

Tool 2 of 5WebMCPAnswer

list_examples

List the published example products on Runtype.com — real, deployable templates (e.g. invoice extraction, fraud analysis, chat agents) showing what can be built. Returns each example's slug, title, tagline, category, tags, link, and a count of its surfaces/flows/agents/tools. Use get_example for the full walkthrough.

How to install

Open the runtype.com website and ask your browser agent to use list_examples

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_examples tool on runtype.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 3 of 5WebMCPAnswer

    get_example

    Fetch the full detail of one example product by its slug: what it is built from (surfaces, flows, agents, tools), its evals and metrics, and a long-form Markdown walkthrough. Use list_examples first to discover valid slugs.

    How to install

    Open the runtype.com website and ask your browser agent to use get_example

    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_example tool on runtype.com with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string The example slug, e.g. "invoice-artisan".

    Open the source definition

    Tool 4 of 5WebMCPAction

    recommend_plan

    Recommend the right Runtype pricing plan for a described workload. Surfaces are unlimited on every plan, so the decision turns on usage and features: provide expected monthly executions, whether they want to bring their own model keys (BYOK), and whether they're just building or shipping to production. Returns the recommended tier, price, sign-up link, and the reasons.

    How to install

    Open the runtype.com website and ask your browser agent to use recommend_plan

    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 recommend_plan tool on runtype.com with monthlyExecutions: <number>, needsByok: <boolean>, environment: <string>. Return the structured result and cite the source page.

    Input contract

    • monthlyExecutions number Estimated executions per month (the usage-based pricing metric).
    • needsByok boolean True if the visitor wants to bring their own model API keys.
    • environment string "development" = just building/testing, "production" = shipping to real users.

    Open the source definition

    Tool 5 of 5WebMCPAction

    navigate_to

    Move the page to a section of Runtype.com so the visitor can see what you are describing. Use a named destination, or a detail destination with a slug (e.g. {"destination":"example","slug":"invoice-artisan"}). "signup" sends the visitor to create an account.

    How to install

    Open the runtype.com website and ask your browser agent to use navigate_to

    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 navigate_to tool on runtype.com with destination: <string>, slug: <string>. Return the structured result and cite the source page.

    Input contract

    • destination string Where to navigate.
    • slug string Required for detail destinations (example, blog-post, changelog-entry, surface).

    Open the source definition