Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Delete Monitor

Permanently deletes a web page monitor (wachet) by its ID. This action cannot be undone.

Search Monitors

Searches for monitors (wachets) by a text query. Returns up to 500 matching monitors with their configurations and latest data.

Update Monitor

Updates an existing web page monitor (wachet). Only the fields you provide will be changed; all other settings remain unchanged. Can modify the URL, XPath, alerts, notification endpoints, check frequency, and other settings.

Manage Folder

Creates, updates, or deletes a folder for organizing monitors. - To **create** a folder: provide a name and optionally a parentId. - To **update** a folder: provide the folderId and the new name. - To **delete** a folder: provide the folderId and set delete to true. This removes the folder, all subfolders, and all monitors within.

List Folders

Lists the folder structure used to organize monitors. Returns subfolders and monitors within a given folder. Omit parentId to browse root-level contents.

Create Monitor

Creates a new web page monitor (wachet) to track content changes on a URL. Supports monitoring a **single page** or an **entire portal** with automatic crawling of subpages. Configure XPath selectors, check frequency, alert conditions, notification channels, and more.

Get Monitor

Retrieves the full configuration and current status of a web page monitor (wachet) by its ID. Returns all settings including URL, XPath, alerts, notification endpoints, check frequency, and latest data.

List Notifications

Retrieves change notifications generated by monitors. Can be filtered by a specific monitor and/or date range. Returns the current and previous content values along with alert metadata.

Get Content History

Retrieves the historical content values collected by a monitor over time. Optionally returns diffs between consecutive values in Google diff format. Supports date range filtering and pagination for large datasets.

Get Crawler Pages

Retrieves the list of pages discovered by a Portal-type monitor's crawler. Each page includes its URL, name, and the latest captured content data. Only applicable to monitors with jobType "Portal".