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
querystringSearch keywords, e.g. "slack agent" or "evals".
sourcestringWhich content to search. Defaults to "all".
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.
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
slugstringThe example slug, e.g. "invoice-artisan".
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
monthlyExecutionsnumberEstimated executions per month (the usage-based pricing metric).
needsByokbooleanTrue if the visitor wants to bring their own model API keys.
environmentstring"development" = just building/testing, "production" = shipping to real users.
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
destinationstringWhere to navigate.
slugstringRequired for detail destinations (example, blog-post, changelog-entry, surface).