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, Google results, 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). Creates the tracker in their brain; runs happen daily and new matches are emailed, filtered by the prompt. Always give the user the returned page_url as a link — that page is where they review, edit, and Run Now to test the tracker.
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. |