Skip to main content
Glama

get_summaries

Fetch document summaries from Entrez databases by providing UIDs. Optionally select specific fields such as title, pubdate, and authors.

Instructions

Fetch document summaries (ESummary) for a list of UIDs from an Entrez database.

ids is a comma-separated list of UIDs (e.g. from search_pubmed). select limits returned fields by name (comma-separated); "*" (default) returns all fields.

Examples: get_summaries(db="pubmed", ids="34523456,34523457") get_summaries(db="pubmed", ids="34523456", select="title,pubdate,authors")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbYes
idsYes
selectNo*

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It correctly conveys that the tool is a read operation (fetching summaries), but it does not disclose potential limitations, error behaviors, or required authentication. The description is adequate but lacks explicit safety or side-effect statements.

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 concise and front-loaded with the purpose. It consists of two brief paragraphs: the first explains the function and parameters, the second provides examples. Every sentence adds value 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 tool has an output schema (not shown), the description need not detail return values. It adequately covers purpose, parameters, and provides examples. However, it lacks information on prerequisites or error handling, leaving some gaps for a complete picture.

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

Parameters4/5

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

The schema has 0% description coverage, so the description must compensate. It explains the 'ids' parameter as a comma-separated list of UIDs from search_pubmed and the 'select' parameter with default '*'. Examples illustrate usage. However, the 'db' parameter is only implied through examples and not explicitly described.

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 fetches document summaries (ESummary) for a list of UIDs from an Entrez database. The verb 'Fetch' and resource 'document summaries' are specific, and the context of 'from an Entrez database' distinguishes it from siblings like fetch_records (full records) and get_full_text (full text).

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 implies when to use the tool: after obtaining UIDs from search_pubmed, as shown in examples. It provides clear context for the input (ids from search_pubmed) and the output (summaries). However, it does not explicitly state when not to use it or compare with alternatives like fetch_records or get_full_text.

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

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