You're viewing a demo portfolio

Join the waitlist
PRSM

scholarfetch_saved_add

Active

Tool of ScholarFetch

declared in 1.12.4

Add one paper to a named in-memory reading list on the MCP server. Best input is paper_json copied from another ScholarFetch tool result, but DOI, query+result_index, or author_name+candidate_index+paper_index also work. Reuse the same collection name across calls to keep one research session together.

Parameters schema

{
  "type": "object",
  "title": "scholarfetch_saved_addArguments",
  "properties": {
    "doi": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Doi",
      "default": null
    },
    "query": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Query",
      "default": null
    },
    "engines": {
      "type": "string",
      "title": "Engines",
      "default": ""
    },
    "collection": {
      "type": "string",
      "title": "Collection",
      "default": "default"
    },
    "paper_json": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Paper Json",
      "default": null
    },
    "author_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Author Name",
      "default": null
    },
    "paper_index": {
      "type": "integer",
      "title": "Paper Index",
      "default": 1
    },
    "result_index": {
      "type": "integer",
      "title": "Result Index",
      "default": 1
    },
    "candidate_index": {
      "type": "integer",
      "title": "Candidate Index",
      "default": 1
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ScholarFetch

https://github.com/laibniz/scholarfetch

1/7 registries
View full server →