Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

pubmed_search_and_summarize

Read-only

Search PubMed and retrieve full article metadata in a single combined call, including titles, authors, journals, dates, and DOIs.

Instructions

Combined search + summary: searches PubMed and returns full article metadata in one call. Convenience tool that chains pubmed_search → pubmed_summary. Returns article titles, authors, journals, dates, and DOIs directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order
queryYesSearch query: 'CRISPR gene therapy', 'COVID-19 mRNA vaccine efficacy'
offsetNoStarting offset for pagination
max_dateNoEnd date (YYYY/MM/DD)
min_dateNoStart date (YYYY/MM/DD)
date_typeNoDate field: pdat=publication date, edat=Entrez date
max_resultsNoMax results (default 20, max 100 for combined call)
Behavior4/5

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

The readOnlyHint annotation already indicates a safe read operation. The description adds context by specifying the return fields (titles, authors, journals, dates, DOIs) and clarifying it's a combined call, going beyond the annotation without contradicting it.

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?

Three sentences, each earning its place: what it does, how it works, what it returns. Front-loaded and free of unnecessary detail.

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?

With no output schema, the description appropriately lists the return fields and the tool's combined nature. It doesn't mention potential caveats like slower response due to chaining, but the essentials are covered.

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 baseline is 3. The description does not add extra meaning to parameters beyond what is already in the schema, such as examples or constraints.

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 combines search and summary: 'searches PubMed and returns full article metadata in one call.' It explicitly names the chained tools (pubmed_search → pubmed_summary), distinguishing it from sibling tools.

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?

It identifies itself as a 'Convenience tool that chains pubmed_search → pubmed_summary,' implying use when both search and summary are needed in one call. It doesn't explicitly state when not to use it or mention alternatives, 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/cyntrica/gov-data-mcp'

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