Skip to main content
Glama

search_abstracts

Search PubMed abstracts using text queries, date filters, and sorting. Retrieve titles, authors, journals, and DOIs.

Instructions

Search abstracts on PubMed database based on the request parameters.

While it returns a free-form text in practice this is a list of strings containing:

* the title of the article
* the abstract content
* the authors
* the journal name
* the publication date
* the DOI
* the PMID

Args:
    request: SearchAbstractsRequest

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It does not state that the operation is read-only, nor does it mention authentication needs or rate limits. However, it does describe the return format as a list of strings containing specific fields, which adds some transparency but is insufficient for a full behavioral profile.

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

Conciseness3/5

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

The description is moderately concise but contains redundant phrasing (e.g., 'While it returns a free-form text in practice this is a list of strings containing'). The output fields list is helpful but could be more succinct. The structure is not front-loaded; the critical purpose statement is at the start, but the formatting could be tighter.

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 that an output schema exists (not shown but indicated) and the input schema is well-defined with field descriptions, the description is fairly complete for a search tool. It explains what the tool does and what the return value contains (list of strings with specific fields). It does not cover error conditions or edge cases, but for typical usage it provides sufficient context.

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

Parameters2/5

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

The tool description hardly adds meaning beyond the schema: it only mentions 'Args: request: SearchAbstractsRequest' without any elaboration. Schema description coverage is 0%, meaning the description does not compensate for the lack of parameter documentation in the schema text itself (though the schema object includes detailed field descriptions). The description fails to add value for parameter semantics.

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 searches abstracts on the PubMed database. It specifies the action ('search'), the resource ('abstracts'), and the database ('PubMed'). No sibling tools are provided, so differentiation is not needed, but the purpose is unambiguous.

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?

While no explicit when-to-use or when-not-to-use guidance is given, the description implicitly limits usage to searching PubMed abstracts. The lack of sibling tools reduces the need for alternative differentiation, but optional context on when this tool is preferred over other search methods is absent. Still, the usage scope 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/BACH-AI-Tools/bachstudio-pubmedmcp'

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