Skip to main content
Glama
KyleVick4

ryogena-pubmed-mcp

by KyleVick4

find_related

Find related articles for a PubMed ID by exploring its citation neighbors based on topic similarity, helping you discover relevant papers to read next.

Instructions

Walk the PubMed citation neighbor graph from one PMID.

NCBI's "related articles" use a probabilistic topic-similarity model over title/abstract/MeSH. Returns slim metadata for each neighbor. Useful for "what else should I read about this paper?" follow-ups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pmidYesPubMed ID to find related articles for.
max_resultsNoMax related articles. Default 10, hard cap 50.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the algorithm (probabilistic topic-similarity model) and return type (slim metadata), but does not explicitly state that the operation is read-only or without side effects.

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

Conciseness5/5

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

The description is four sentences long, front-loaded with the core action, and contains no redundant or extraneous information.

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 presence of an output schema covering return values, the description provides sufficient context for understanding the tool's purpose and behavior, including its algorithm and typical use case.

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%, so the schema already documents both parameters. The description adds minimal new parameter-specific info, only indirectly describing the purpose of the pmid parameter through the tool's action.

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 uses a specific verb ('Walk the PubMed citation neighbor graph') and resource ('from one PMID'), clearly distinguishing it from sibling tools like fetch_article (single article) and search_pubmed (general search).

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 states a use case ('what else should I read about this paper?' follow-ups). It does not explicitly mention when not to use it or alternative tools, but the context is clear.

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/KyleVick4/pubmed-mcp'

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