Create a semantic monitor
create_semantic_monitorWatches a URL on a schedule and reports what changed and whether it matters, explained by AI — not just a pixel-diff percentage. Use this for competitor pricing pages, changelogs, status pages, or any page whose changes should trigger a workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| label | No | ||
| intent | No | What you care about, in plain language, e.g. "alert me about pricing or plan changes" | |
| schedule | No | Cron expression, e.g. "*/30 * * * *". Defaults to every 10 minutes. | |
| callbackUrl | No | Where to POST the change payload when something changes |