You're viewing a demo portfolio

Join the waitlist
PRSM

scholarfetch_references

Active

Tool of ScholarFetch

declared in 1.12.4

Expand a paper into its references. Use with a DOI or with author_name + candidate_index + paper_index. This is the main edge-expansion tool for traversing the literature graph. If you pass `engines`, use a comma-separated subset of: elsevier, openalex, crossref, arxiv, europepmc, springer, semanticscholar.

Parameters schema

{
  "type": "object",
  "title": "scholarfetch_referencesArguments",
  "properties": {
    "doi": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Doi",
      "default": null
    },
    "engines": {
      "type": "string",
      "title": "Engines",
      "default": ""
    },
    "author_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Author Name",
      "default": null
    },
    "paper_index": {
      "type": "integer",
      "title": "Paper Index",
      "default": 1
    },
    "candidate_index": {
      "type": "integer",
      "title": "Candidate Index",
      "default": 1
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

ScholarFetch

https://github.com/laibniz/scholarfetch

1/7 registries
View full server →