Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_citation_context

Extract the specific context in which one academic paper cites another, providing detailed citation information for analysis or referencing purposes.

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" }

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