Skip to main content
Glama
tfscharff

DOI Citation Verifier

by tfscharff

batchVerifyCitations

Read-onlyIdempotent

Verify multiple academic citations simultaneously against CrossRef's database to prevent citation hallucination and ensure valid DOIs.

Instructions

Verify multiple citations in a single call. More efficient than calling verifyCitation multiple times. Returns verification status for each citation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citationsYesArray of citations to verify
Behavior4/5

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

The description adds context beyond annotations by specifying that it 'Returns verification status for each citation,' which clarifies the output behavior. Annotations already indicate it's read-only, idempotent, and non-destructive, so the description doesn't need to repeat those traits, but it usefully describes the return format.

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 concise and front-loaded, consisting of two sentences that efficiently convey the tool's purpose, efficiency benefit, and return value without any wasted words. Every sentence adds value, making it easy for an agent to parse quickly.

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 moderate complexity, the description is complete enough: it covers purpose, usage guidelines, and output behavior. With annotations handling safety traits and no output schema, the description fills gaps by explaining the return format. However, it could briefly mention error handling or limits for full completeness.

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 description mentions 'citations' as the input but doesn't add semantic details beyond what the schema provides. With 100% schema description coverage, the schema fully documents the 'citations' array and its nested properties, so the baseline score of 3 is appropriate as the description doesn't compensate with extra parameter insights.

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 purpose with a specific verb ('Verify multiple citations') and resource ('citations'), distinguishing it from sibling tools like 'verifyCitation' by emphasizing batch processing efficiency. It explicitly mentions the return value ('verification status for each citation'), which adds clarity.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: it states 'More efficient than calling verifyCitation multiple times,' directly comparing it to a sibling tool. This helps the agent choose this tool for batch operations over single-citation verification.

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/tfscharff/doi-mcp'

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