Skip to main content
Glama
cholhwanjung

Claude Desktop Research MCP Server

by cholhwanjung

get_citations_by_citations

Retrieve citing papers of a specified paper, sorted by citation velocity or total count. Optionally exclude the most recent year to highlight established impact.

Instructions

논문을 인용(citation)한 후속 연구들을 정렬해 반환합니다.

SS citations endpoint는 publicationDate 내림차순으로 응답한다 (인기 논문은 첫 페이지가 인용수 0인 신생 논문으로 가득 차 의미 있는 결과 추출에 다수의 API 호출 필요). 이를 막기 위해 exclude_recent_year=True이면 publicationDateOrYear=:<year-1> 필터로 가장 최근 1년을 제외 — velocity ≥ 10 같은 임계값과 정합 (신생 1년 미만은 누적 인용 시간 부족).

Args: paper_id: arXiv ID (예: "2304.08485"), DOI, 또는 Semantic Scholar ID. top_k: 반환할 상위 논문 수 (기본 20). max_fetch: 최대 수집 citation 수 (기본 1000). sort: "velocity"(기본, ADR-004) 또는 "count". current_year: velocity 기준 연도. None이면 현재. min_velocity: velocity 모드일 때 최소 velocity (기본 10). exclude_recent_year: True면 publication 직전 연도까지로 SS 응답을 제한 (가장 최근 1년 신생 제외, 기본 True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes
top_kNo
max_fetchNo
sortNovelocity
current_yearNo
min_velocityNo
exclude_recent_yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description fully discloses key behaviors: default sorting (velocity), the SS endpoint's descending publicationDate order, the effect of exclude_recent_year filtering, and the min_velocity threshold. This is excellent transparency given no annotations.

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 well-structured with a concise overview followed by a bulleted parameter list. The first paragraph is slightly technical but necessary. It is appropriately sized for the complexity.

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

Completeness5/5

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

Given the tool's complexity (7 parameters, sorting logic, filtering), the description covers all essential aspects: purpose, parameter meanings, behavioral quirks, and output context. An output schema exists, so return value details are not needed.

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

Parameters5/5

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

With 0% schema description coverage, the description explains all 7 parameters including defaults, acceptable values (e.g., paper_id formats), and functional effect (e.g., exclude_recent_year removes recent year). This fully compensates for the schema gap.

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's action: sorting and returning subsequent studies that cited a paper. It specifies the resource (citations of a paper) and distinguishes it from siblings like get_references_by_citations or get_citation_contexts.

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

Usage Guidelines3/5

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

The description explains the issue with the SS API's default sorting and why exclude_recent_year is used, implying when to set that parameter. However, it does not explicitly compare against sibling tools or provide when-to-use/when-not-to-use guidance.

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