Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_paper

Retrieve comprehensive details about academic papers, including metadata, by providing a paper ID (e.g., DOI, ArXiv ID) and specifying desired fields to customize the output.

Instructions

Get detailed information about a specific paper. Args: paper_id: Paper ID (can be Semantic Scholar ID, DOI, ArXiv ID, etc.) fields: Comma-separated list of fields to return Returns: Detailed paper information

Input Schema

NameRequiredDescriptionDefault
fieldsNo
paper_idYes

Input Schema (JSON Schema)

{ "properties": { "fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fields" }, "paper_id": { "title": "Paper Id", "type": "string" } }, "required": [ "paper_id" ], "title": "get_paperArguments", "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