track_queries
Save, load, or list named query panels to monitor specific queries over time. Create a panel with queries, then recall or enumerate panels for ongoing tracking.
Instructions
Save, load, or list named query panels. A panel is a persisted set of queries you want to monitor over time (e.g. editorial-watchlist). Use action=save with queries[] to create, action=load to read, action=list to enumerate. Panels live under /panels/.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Panel name, e.g. 'editorial-watchlist'. Used to save and recall the query set. | |
| queries | No | Queries to save under this panel. Omit to read the existing panel. | |
| domain | No | Default domain to track for this panel, e.g. 'automatelab.tech'. | |
| action | No | 'save' writes the panel, 'load' returns an existing panel, 'list' enumerates all panels. | save |