analyze_topic_trends
Track research evolution by analyzing publication trends over time for any topic. Get yearly counts to visualize growth and shifts in scholarly output.
Instructions
Analyze publication trends over time for specific topics or queries. Returns works grouped by year to show research evolution and growth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query or topic to analyze. For exact phrase matching (e.g., 'privacy paradox' as a specific concept), set exact_phrase to true. | |
| to_year | No | End year for trend analysis | |
| from_year | No | Start year for trend analysis | |
| exact_phrase | No | Set to true for exact phrase matching. Without this, search terms are matched independently. Use this when searching for a specific concept or multi-word term (e.g., 'privacy paradox', 'supply chain resilience'). | |
| search_field | No | Restrict search to a specific field: 'title' (paper titles only), 'abstract' (abstracts only), or 'fulltext' (full text only). By default, searches across all fields. Cannot be combined with exact_phrase. |