Skip to main content
Glama
arhancanli

citation-check

Look up one work

lookup_work
Read-onlyIdempotent

Retrieve publication metadata, retraction notices, and BibTeX by entering a DOI, arXiv ID, PMID, URL, title, or full citation.

Instructions

Returns the record for a DOI, arXiv id, PMID, link, title or full citation: authors, year, venue, pages, DOI, retraction and correction notices, a newer published version if one exists, and BibTeX.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDOI, arXiv id, PMID, URL, title or citation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiNo
flagsNo
titleYes
bibtexYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful context by listing specific record components such as retraction and correction notices and a newer published version, which is valuable beyond the annotation metadata. No contradictions exist.

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 a single sentence that front-loads the core action and then enumerates inputs and outputs economically. The list of returned fields makes the sentence longer but each item adds useful detail. No redundant filler is present.

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?

For a one-parameter lookup tool with rich annotations and an output schema, the description provides enough operational context to invoke the tool correctly. It covers accepted input formats and the nature of the returned record advances. It does not discuss error cases or ambiguity handling, but these are less critical given the simple parameter surface.

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 single parameter 'id' has 100% schema description coverage, listing DOI, arXiv id, PMID, URL, title, or citation. The tool description essentially repeats the same accepted input forms, adding little meaning beyond the schema. With full schema coverage, the baseline of 3 is appropriate.

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 states a specific verb ('Returns the record') and a concrete resource ('one work'), and enumerates both accepted inputs and returned fields. It clearly identifies the tool's scope as a single-record lookup, setting it apart from the sibling check tools that validate references or retractions.

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?

The description implies usage when a record for a DOI, arXiv id, PMID, or citation is needed, but it provides no explicit guidance on when to use this tool instead of check_references or check_retractions. It does not state any exclusions, prerequisites, or alternative routing conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools