Get Recent Changes
get_changesWhat changed for a brand since you last looked: the "watch" digest.
Reads the brand's in-product activity feed (the same notifications the Trakkr app surfaces) and returns a compact digest of material movements: visibility shifts, lost or gained citations, competitor moves, rank changes, crawler signals, new opportunities, and completed reports.
This is a read-only pull, safe to call freely. Pair it with the trakkr-watch prompt to keep an eye on a brand across a conversation: call it, note the returned latest_seen cursor, and pass that back as since next time so you only see what is new.
Cadence: crawler signals are near real-time, but visibility, citation, competitor, and rank changes are detected when the brand's daily research run completes, so this is a daily watch and not a live stream.
Args:
brand_id: The brand to check (required).
since: Optional ISO-8601 timestamp (e.g. the latest_seen from a prior
call). Only changes newer than this are returned. If omitted, the
last days are summarized.
days: Lookback window when since is not given, 1-180. Default 7.
limit: Max changes to return, 1-200. Default 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| since | No | ||
| brand_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |