Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_citation_context

Retrieve citation context to analyze how one academic paper references another. Use this tool to extract specific insights from scholarly citations, helping researchers understand connections and influences between works.

Instructions

Get the context in which one paper cites another. Args: paper_id: ID of the paper being cited citing_paper_id: ID of the paper doing the citing Returns: Citation context information

Input Schema

NameRequiredDescriptionDefault
citing_paper_idYes
paper_idYes

Input Schema (JSON Schema)

{ "properties": { "citing_paper_id": { "title": "Citing Paper Id", "type": "string" }, "paper_id": { "title": "Paper Id", "type": "string" } }, "required": [ "paper_id", "citing_paper_id" ], "title": "get_citation_contextArguments", "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