Skip to main content
Glama

Pubmed Format Citations

pubmed_format_citations
Read-only

Generate formatted academic citations from PubMed IDs in APA, MLA, BibTeX, or RIS formats for bibliographies and reference management.

Instructions

Get formatted citations for PubMed articles in APA, MLA, BibTeX, or RIS format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pmidsYesPubMed IDs to cite
stylesNoCitation styles to generate

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
citationsYesCitations per article
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds value by listing the supported citation formats, confirming the tool's scope. It does not add information about rate limits, batch size constraints (implied by maxItems: 50 in schema), or error handling for invalid PMIDs, but meets the baseline given the safety annotations.

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 a single, efficient sentence of 11 words. It is front-loaded with the verb 'Get' and every word earns its place by conveying the exact function and available formats 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 presence of an output schema and comprehensive input schema coverage, the description does not need to elaborate on return values or parameter details. For a straightforward formatting utility with only two parameters, the description is sufficiently complete, though mentioning the prerequisite of obtaining PMIDs would improve it.

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?

With 100% schema description coverage, the baseline is 3. The description reinforces the 'styles' parameter by listing the specific format options (APA, MLA, etc.), but does not add semantic nuance beyond what the schema already provides regarding the PMID input requirements or default behaviors.

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

Purpose4/5

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

The description clearly states the action ('Get formatted citations') and resource ('PubMed articles') and enumerates the specific output formats (APA, MLA, BibTeX, RIS). However, it does not explicitly differentiate from the sibling tool 'pubmed_lookup_citation', which could cause confusion in tool selection.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'pubmed_lookup_citation' or 'pubmed_fetch_articles'. It also fails to mention that PMIDs must be obtained beforehand (likely via 'pubmed_search_articles'), which is critical context for successful invocation.

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

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