Search related papers
search_related_papersFind semantically similar academic papers by embedding distance. Provide a paper UUID to retrieve related papers with similarity scores, abstracts, and context snippets.
Instructions
Given a paper_id, return the most semantically similar papers by embedding distance, NOT by citation links. Use for “more papers like this one” / “adjacent work on the same topic”. For papers this one cites or that cite it, use get_paper_citations instead. Each hit carries metadata, abstract, the closest non-abstract matched chunk as contexts, and a similarity score (0..1, higher is nearer). Returns up to limit papers; an unknown paper_id is an error, an empty list means no neighbors were found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| paper_id | Yes | Lune paper UUID to search neighbors for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| papers | Yes | Semantically nearest papers by embedding distance (NOT citation links), ordered nearest-first; empty when none were found. |