Skip to main content
Glama
KyleVick4

ryogena-pubmed-mcp

by KyleVick4

fetch_article

Retrieve a full PubMed article including structured abstract, authors, journal, DOI, and URL by providing a valid PMID.

Instructions

Fetch one article with full abstract text.

Returns title, abstract (with section labels preserved if structured), authors, journal, pubdate, DOI, and a clickable PubMed URL. Returns {"error": "NOT_FOUND"} if the PMID is invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pmidYesPubMed ID. Example: '38123456'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 discloses the return values (title, abstract with section labels, authors, journal, etc.) and the error case (NOT_FOUND for invalid PMID). Missing any mention of side effects or limitations, but for a read-only fetch, this is sufficient.

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 extremely concise: two sentences. The first sentence states the core purpose, and the second enumerates output and error handling. No extraneous words, optimally front-loaded.

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 simplicity (1 required parameter, output schema exists), the description covers the essential aspects: what it does, what it returns, and error handling. It could mention input format expectations more explicitly, but the example in schema suffices.

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% with a clear description and example for the 'pmid' parameter. The main description adds no further semantics beyond stating the tool's purpose. Baseline score is appropriate as the schema already documents the parameter well.

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 'Fetch one article with full abstract text', specifying the verb 'fetch' and the resource 'one article'. It lists the output fields, distinguishing it from sibling tools that search or find related articles. This is specific and actionable.

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 implies usage when a PMID is available through the required parameter, but does not explicitly state when to use this tool versus alternatives like search_pubmed or find_related. No guidance on when not to use or for broader queries.

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