Recommend Target Journals
recommend_journalsRecommend ranked target journals for a paper. Results include letter grades, match percentages, tiers, predatory flags, and example similar papers. Use to compare venues before submission.
Instructions
Recommend ranked target journals for a paper from a ~1,200-venue index. Each result includes a letter grade (A-F), a match percentage, tier (1-3), publisher, open-access status, 2-year mean citedness, predatory-journal flag, and 2-3 example similar papers that landed at that venue. Free — runs locally via FTS5 + topic-RAG, no LLM call. Use when the user asks 'where should I submit this paper' or wants to compare target venues before deciding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Paper title (required). | |
| abstract | Yes | Paper abstract (required, can be empty string). | |
| fullText | No | Optional full manuscript text for higher-signal matching. | |
| keywords | No | Optional author keywords; comma-separated. High-signal topic input. | |
| field | No | Detected research field for a topical boost (optional). | |
| filters | No | Optional filter object. excludePredatory drops Beall's-archive matches; openAccessOnly keeps only OA journals; minTier sets a Tier 1/2/3 floor. | |
| sort | No | Sort mode. "best" (default) maximises relevance; "fastest" prefers fast-decision venues; "highestIf" sorts by 2-year mean citedness; "mostAccepting" prefers higher published-volume venues. | |
| maxResults | No | How many recommendations to return. Default 10, cap 25. |