get_top_venues_for_field
Identify top journals and conferences in a research field ranked by h-index. Use this to find credible venues before searching for citations.
Instructions
Get the top journals and conferences for a specific research field ranked by h-index. Essential first step before searching for citations — use this to identify credible venues, then use search_works_in_venue to restrict searches to them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Field or topic name (e.g., "machine learning", "climate science", "genetics"). For exact phrase matching (e.g., 'privacy paradox' as a specific concept), set exact_phrase to true. | |
| 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'). | |
| type | No | Venue type: journal, conference, repository (default: journal) | |
| per_page | No | Number of venues to return (default: 10, max: 50) |