Skip to main content
Glama

batch_resolve

Read-only

Resolves multiple DOIs, URLs, or paper titles simultaneously with optional concurrent requests for efficient batch processing.

Instructions

Resolve multiple DOI, URL, or title queries with shared transport reuse and optional cross-host concurrency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queriesYes
concurrencyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
routeNo
stageNo
traceNo
reasonNo
statusNo
abortedNo
detailsNo
resultsNo
providerNo
warningsNo
retryableNo
candidatesNo
http_statusNo
missing_envNo
abort_reasonNo
source_trailNo
error_categoryNo
schema_versionNo
retry_after_secondsNo
Behavior4/5

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

Annotations already mark it as read-only and open-world. The description adds behavioral traits: shared transport reuse (implying network efficiency) and optional cross-host concurrency. No mention of rate limits or side effects, but these are adequately covered by annotations.

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?

Single sentence, front-loaded with action, no superfluous words. Every phrase (shared transport reuse, optional cross-host concurrency) adds value.

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's simplicity (2 params, output schema exists), the description covers the key aspects. It doesn't mention max/min items (in schema) or error conditions, but these are reasonable omissions for this complexity level.

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?

With 0% schema description coverage, the description compensates by explaining that queries can be DOIs, URLs, or titles, and that concurrency is optional and cross-host. This adds meaning beyond the raw schema (array of strings, integer).

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 it resolves multiple DOI, URL, or title queries with specific optimizations (shared transport reuse, concurrency). It differentiates from siblings like resolve_paper (single) and batch_fetch (likely fetches full text) by emphasizing batch resolution of identifiers.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this vs alternatives like fetch_paper or batch_fetch. It does not mention that single queries should be handled by resolve_paper, or that batch_fetch is for fetching full text. The agent must infer usage context.

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