Create tracker
create_trackerSet up a standing search the user wants watched — 'track LinkedIn posts that mention hubspot', 'track tweets mentioning @dharmesh', 'watch acme.com/pricing for changes'. query is what to watch for; tracker_type says where to watch (LinkedIn posts unless they ask for tweets/X or a specific page URL — a URL to watch means web_page, with the URL in url and query as a short label for it). linkedin_post and twitter_search requests become a daily cloud agent that emails a digest of new posts; web_page creates a tracker in their brain that runs daily and emails changes, filtered by the prompt. Always give the user the returned page_url as a link — that page is where they review and manage it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | web_page trackers only: the page URL to watch for changes. | |
| query | Yes | The search keywords to watch for (e.g. 'hubspot'). | |
| prompt | Yes | The user's tracking request in their own words, verbatim, filters included (e.g. 'Track linkedin posts that mention hubspot and have more than 10 likes'). Stored on the tracker and later applied as a filter to what the search returns. | |
| tracker_type | No | Where to watch. Defaults to linkedin_post. |