Summarise visibility for a period
get_visibility_summaryTrack how visible your brand is in AI assistant answers over a period and see the change vs the previous period. Split by day, model, or prompt to identify what drives visibility.
Instructions
The headline visibility figures for the active project over a period, and how they moved against the period before it. This is the tool to call for 'how visible are we' — use get_visibility_timeseries only when the individual measurements behind the number are needed.
Pass by to split the same figures along an axis: day for a trend line, model to compare assistants, prompt to rank the prompts carrying the brand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Split the period along this axis as well as reporting its totals. | |
| limit | No | How many breakdown entries to return, at most 200. Ignored without `by`. | |
| model | No | Report on this assistant alone instead of all of them. | |
| endDate | No | Last day to report on, inclusive. Defaults to today, and must be within 366 days of startDate. | |
| promptId | No | Report on this prompt alone instead of every prompt in the project. | |
| startDate | No | First day to report on, inclusive. Defaults to 30 days before today. |