Skip to main content
Glama

batch_fetch

Batch fetch 1–50 paper queries with bounded concurrency, returning compact results. Supports caching, artifact downloads, and Markdown output for auditable persistence.

Instructions

Fetch 1..50 papers with bounded concurrency and input-ordered compact manifest/acceptance results. It may access remote services and write the same cache, artifacts, or Markdown as fetch_paper. detail=bounded returns only a batch-wide bounded text sample. Set run_manifest or resume for auditable persistence; overwrite defaults false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modesNo
detailNocompact
resumeNo
queriesYes
strategyNo
overwriteNo
max_tokensNofull_text
concurrencyNo
no_downloadNo
download_dirNo
include_refsNo
prefer_cacheNo
run_manifestNo
artifact_modeNomarkdown-assets
batch_resultsNo
save_markdownNo
content_max_charsNo
continue_on_errorNo
markdown_filenameNo
markdown_output_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
routeNo
stageNo
stateNo
traceNo
detailNo
reasonNo
run_idNo
statusNo
abortedNo
detailsNo
resultsNo
summaryNo
providerNo
warningsNo
cancelledNo
persistedNo
retryableNo
candidatesNo
events_pathNo
http_statusNo
missing_envNo
query_countNo
reused_countNo
source_trailNo
error_categoryNo
lane_cooldownsNo
schema_versionNo
attempted_countNo
completion_orderNo
content_max_charsNo
run_manifest_pathNo
request_fingerprintNo
retry_after_secondsNo
content_returned_charsNo
Behavior4/5

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

The description explains that the tool may access remote services and write to cache, artifacts, and Markdown, consistent with annotations (readOnlyHint=false, openWorldHint=true). It adds context beyond annotations, such as the behavior of detail=bounded and overwrite defaults. No contradiction found.

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

Conciseness4/5

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

The description is concise (3 sentences) and front-loaded with key information about batch size, concurrency, result order, and key behaviors. It wastes no words, though it could be slightly more structured.

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?

Given the tool's complexity (20 parameters, nested objects, output schema), the description covers overall behavior and key parameters but omits many details like strategy, max_tokens, and other configuration options. It is adequate but not fully comprehensive.

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?

With schema description coverage at 0%, the description adds meaning only to a few parameters (run_manifest, resume, overwrite, detail). Most of the 20 parameters remain unexplained, failing to compensate for the lack of schema descriptions.

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 1-50 papers with bounded concurrency and returns input-ordered compact manifest/acceptance results. It distinguishes itself from fetch_paper by being a batch operation and specifies key behaviors like accessing remote services and writing to cache/artifacts/Markdown.

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

Usage Guidelines3/5

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

The description implies when to use (batch of papers) and mentions parameters like run_manifest and resume for auditable persistence, but it does not explicitly state when not to use or compare with sibling tools like fetch_paper or batch_resolve. Guidance is present but not comprehensive.

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/Dictation354/paper-fetch-skill'

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