similar_papers
ActiveTool of com.tomesphere/tomesphere
declared in 0.1.0
Find papers semantically similar to a given paper using SPECTER2 embeddings (trained on scientific-citation triplets). Returns nearest neighbors with TLDR. Use when the user wants 'papers like X' or 'what's adjacent to this work'.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"k": {
"type": "integer",
"default": 10,
"description": "Number of neighbors (default 10, max 25)."
},
"id": {
"type": "string",
"description": "arXiv ID or OpenAlex Work ID."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.tomesphere/tomesphere
1/7 registries