Skip to main content
Glama

ScholarScope MCP

by ErikNguyen20

works_citing_paper

Retrieve papers that cite a specific academic work using OpenAlex API, with options to sort by citation count or publication date for research analysis.

Instructions

Retrieves works that cite a given paper from the OpenAlex API.

Args: paper_id: An OpenAlex Work ID of target paper. e.g., "https://openalex.org/W123456789" sort_by: The sorting criteria ("cited_by_count", or "publication_date"). page: The page number of the results to retrieve (default: 1).

Returns: A JSON object containing a list of papers+ids citing the specific paper, or an error message if the retrieval fails.

Input Schema

NameRequiredDescriptionDefault
pageNo
paper_idYes
sort_byNocited_by_count

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "title": "Page", "type": "integer" }, "paper_id": { "title": "Paper Id", "type": "string" }, "sort_by": { "default": "cited_by_count", "enum": [ "cited_by_count", "publication_date" ], "title": "Sort By", "type": "string" } }, "required": [ "paper_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikNguyen20/ScholarScope-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server