Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_paper_references

Retrieve a list of referenced papers for a specific article using its ID. Customize results with optional limits, offsets, and field selections. Ideal for academic research and citation analysis.

Instructions

Get papers referenced by a specific paper. Args: paper_id: Paper ID to get references for limit: Maximum number of results (default: 10, max: 1000) offset: Number of results to skip (default: 0) fields: Comma-separated list of fields to return Returns: List of referenced papers

Input Schema

NameRequiredDescriptionDefault
fieldsNo
limitNo
offsetNo
paper_idYes

Input Schema (JSON Schema)

{ "properties": { "fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fields" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "paper_id": { "title": "Paper Id", "type": "string" } }, "required": [ "paper_id" ], "title": "get_paper_referencesArguments", "type": "object" }
Install Server

Other Tools from Semantic Scholar MCP Server

Related Tools

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/SnippetSquid/SemanticScholarMCP'

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