Skip to main content
Glama
masa061580
by masa061580

batch_process

Execute multiple PubMed operations on a PMID set in one call for systematic reviews. Includes abstracts, citations, similar, RIS export, and full text, with concurrency control for rate limits.

Instructions

Run multiple operations against the same set of PMIDs in one call. Helpful for systematic-review style workflows. operations is an array drawn from: 'abstract', 'citations', 'similar', 'ris_export', 'full_text'. Respects NCBI rate limits via max_concurrency (default 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pmidsYesPMIDs to operate on
operationsYesWhich operations to run
max_concurrencyNo
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 of behavioral disclosure. It adds value by mentioning rate-limit respect via max_concurrency, a meaningful behavioral trait. Yet it lacks a safety profile (read-only vs. mutation), return format, or error/partial-failure behavior, so it is not comprehensive.

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 two sentences long, with the primary purpose front-loaded in the first sentence. Every clause contributes useful information (purpose, use case, operation types, rate-limit behavior) without extraneous fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, operations, and rate limiting, but the absence of an output schema means the agent is left unaware of return values, error handling, or partial-failure behavior. For a batch tool with moderate complexity, this is a notable gap.

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?

The schema already describes pmids and operations, and the description largely repeats the operations enum and max_concurrency default. It adds slight semantic value by explaining max_concurrency in relation to rate limits, but does not deepen understanding of pmids or operations beyond what the schema provides.

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's function: 'Run multiple operations against the same set of PMIDs in one call.' It specifies the resource (PMIDs) and differentiates from siblings by emphasizing the combination of multiple operations in a single batch call, which is unique among the listed siblings.

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 phrase 'Helpful for systematic-review style workflows' gives clear context for when to use the tool. However, it does not explicitly name alternative tools or state when not to use it, so it falls short of full exclusion guidance.

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/masa061580/pubmed_mcp_server2'

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