WebMCP

DeveloperWebMCP verified

tamethebots.com WebMCP tools

Tame the Bots' Core Web Vitals history tool — charts CrUX History API data for an origin or URL. Exposes a WebMCP tool so an on-page agent can pull the CWV series directly.

1 tools1 methodsspec API surface

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

Tame the Bots' Core Web Vitals history tool — charts CrUX History API data for an origin or URL. Exposes a WebMCP tool so an on-page agent can pull the CWV series directly. 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 tamethebots.com

Tool 1 of 1WebMCPAnswer

getCWV

Get Core Web Vitals data for a URL

How to install

Open the tamethebots.com website and ask your browser agent to use getCWV

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 getCWV tool on tamethebots.com with url: <string>, period: <number>, origin: <string>, device: <string>. Return the structured result and cite the source page.

Input contract

  • url string The URL to get Core Web Vitals data for
  • period number The collection period count in weeks, up to 40
  • origin string Whether to use origin or url for fetching data, either "origin" or "url"
  • device string The device form factor to filter by, either "all", "phone", or "desktop", default is "all"

Open the source definition