get_content_gaps
Identify missing documentation by surfacing search queries from analytics that returned zero or low results, revealing topics users need but docs don't cover.
Instructions
Returns search queries from the analytics data that returned zero or low results — i.e. topics that users searched for but documentation does not cover. Use this to identify missing documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days. Defaults to 30. | |
| limit | No | Number of gap entries to return. Defaults to 20. | |
| min_searches | No | Only include queries searched at least this many times. Defaults to 2. |