Skip to main content
Glama

Pubmed Get Citations

pubmed_get_citations
Read-onlyIdempotent

Find papers that CITE a given article — forward citation search. Pass one PMID; returns citing papers (most recent first) with full citation metadata. Use for "who cited this", "has this finding been replicated or challenged", or tracking a paper's downstream impact. NOTE: coverage is the PubMed Central citation graph (open-access + participating publishers), so the count is a FLOOR, not the paper's total citation count (for that, a tool like Semantic Scholar / OpenAlex covers more). Distinct from pubmed_get_related_articles (similar papers, not citing papers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pmidYesA single PubMed ID to find citing papers for (e.g., "24025838")
limitNoNumber of citing papers to return (1-50, default 10)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, open-world behavior. The description adds meaningful behavioral detail beyond annotations: results are ordered 'most recent first', and the citation count is a 'FLOOR' due to PubMed Central coverage limits.

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 front-loaded with the core purpose and each sentence adds useful information: usage, use cases, caveat, and sibling distinction. It is slightly long but not padded.

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?

For a simple two-parameter tool with no output schema, the description adequately explains inputs, return behavior ('returns citing papers... with full citation metadata'), ordering, limitations, and relationship to related tools.

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

Parameters3/5

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

Schema description coverage is 100%: both pmid and limit are documented with types and defaults. The description adds only 'Pass one PMID', which is redundant with the schema, so it stays at the baseline for high coverage.

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?

Description uses a specific verb and resource: 'Find papers that CITE a given article — forward citation search.' It clearly differentiates from the sibling tool by stating 'Distinct from pubmed_get_related_articles (similar papers, not citing papers).'

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

Usage Guidelines5/5

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

Explicitly tells the agent how to call it: 'Pass one PMID', what results to expect, when to use it ('who cited this', 'has this finding been replicated or challenged'), and even points to alternatives for broader citation coverage (Semantic Scholar / OpenAlex).

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.