You're viewing a demo portfolio

Join the waitlist
PRSM

get_scholarly_work

Active

Tool of openalex

declared in 0.1.0

Fetch a single scholarly work from OpenAlex by its OpenAlex ID (e.g. "W2741809807") or DOI (e.g. "10.1038/s41586-021-03819-2"). Returns the full record + reconstructed abstract and the works it CITES (referenced_works) — for backward citation-graph navigation. Use after search_works, or whenever you have a DOI/ID. (Named get_scholarly_work to avoid colliding with Crossref get_work.)

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "OpenAlex work ID (\"W...\") or a DOI (\"10.xxxx/yyyy\" or a full doi.org URL)."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

openalex

https://github.com/pipeworx-io/mcp-openalex

1/7 registries
View full server →
get_scholarly_work — openalex — PRSM MCP