Skip to main content
Glama
cholhwanjung

Claude Desktop Research MCP Server

by cholhwanjung

get_citation_contexts

Retrieve the specific text snippets where a citing paper references a cited paper, enabling citation context analysis and topic tag generation.

Instructions

citing_id 논문이 cited_id 논문을 인용한 본문 문맥 스니펫을 반환합니다.

동적 토픽 분석 (ADR-009) 입력으로 사용 — Claude가 컨텍스트 + 초록을 결합해 토픽 태그와 cited_for 노트를 생성합니다.

Args: citing_id: 인용하는 논문 (arXiv ID / DOI / SS sha). cited_id: 인용된 논문.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citing_idYes
cited_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It does not disclose whether the tool is read-only, requires authentication, or has side effects. The description only states it returns snippets, with no behavioral guarantees.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with a two-sentence overview followed by an Args list. Each sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema (not shown), the description need not detail return values. It explains the purpose, usage context, and parameters adequately. Missing details like empty result handling or performance are minor given the output schema's expected coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no descriptions (0% coverage), but the description adds meaning by explaining both parameters: citing_id is the citing paper (arXiv ID / DOI / SS sha) and cited_id is the cited paper. This provides necessary context beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns citation context snippets between two papers, specifying the exact resource and action. It distinguishes itself from siblings like get_citations_by_citations by focusing on context snippets rather than citation counts or references.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly mentions the tool is used as input for dynamic topic analysis (ADR-009), giving a specific use case. However, it does not directly compare with sibling tools or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/cholhwanjung/research-mcp'

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