You're viewing a demo portfolio

Join the waitlist
PRSM

scholarfetch_author_papers

Active

Tool of ScholarFetch

declared in 1.12.4

Expand one author into a deduplicated paper list. This is the main author->paper traversal tool and supports research filters. Use `author_id` when you already know the exact author, or `author_name` plus `candidate_index` after `scholarfetch_author_candidates`. Supported comma-separated `filters`: year>=YYYY, year<=YYYY, year=YYYY, has:abstract, has:doi, has:pdf, venue:<text>, title:<text>, doi:<text>. If you pass `engines`, it must include `openalex`.

Parameters schema

{
  "type": "object",
  "title": "scholarfetch_author_papersArguments",
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 50
    },
    "engines": {
      "type": "string",
      "title": "Engines",
      "default": ""
    },
    "filters": {
      "type": "string",
      "title": "Filters",
      "default": ""
    },
    "author_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Author Id",
      "default": null
    },
    "author_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Author Name",
      "default": null
    },
    "candidate_index": {
      "type": "integer",
      "title": "Candidate Index",
      "default": 1
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ScholarFetch

https://github.com/laibniz/scholarfetch

1/7 registries
View full server →
scholarfetch_author_papers — ScholarFetch — PRSM MCP