search_works_in_venue
Search for papers published in a specific journal or conference. After verifying venue credibility, restrict results to that venue. Filter by topic, year, citation count, and sort by relevance or impact to find authoritative publications.
Instructions
Search for papers published in a specific journal or conference. This is the primary tool for restricting citations to credible, high-impact venues. Identify the venue first via check_venue_quality or search_sources, then use its name, ISSN, or ID here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Topic or keyword query to search within the venue. 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'). | |
| 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. | |
| venue_name | No | Journal/conference name (partial match). E.g., "Nature", "NeurIPS", "ICML", "PNAS", "AAAI" | |
| venue_issn | No | Journal ISSN for precise identification (e.g., "0028-0836" for Nature) | |
| venue_id | No | OpenAlex source ID for precise identification | |
| from_year | No | From publication year | |
| to_year | No | To publication year | |
| min_citations | No | Minimum citation count | |
| sort | No | Sort: cited_by_count:desc (default for credibility), publication_year:desc, relevance_score | |
| per_page | No | Results per page (default: 10, use 20 for broader coverage, max 200) |