Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_paper_batch

Retrieve detailed information for multiple academic papers in a single request using specified fields. Efficiently access data from the Semantic Scholar Academic Graph API for research and analysis.

Instructions

Get information for multiple papers in a single request. Args: paper_ids: Comma-separated list of paper IDs fields: Comma-separated list of fields to return Returns: Batch paper information

Input Schema

NameRequiredDescriptionDefault
fieldsNo
paper_idsYes

Input Schema (JSON Schema)

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