Skip to main content
Glama
ebiyu

crossref-mcp

by ebiyu

get_work_by_doi

Retrieve complete bibliographic metadata for a scholarly work using its DOI, including title, authors, journal, year, and citation counts.

Instructions

Retrieve bibliographic metadata for a single work by its DOI.

Args: doi: The Digital Object Identifier, e.g. "10.1145/3292500.3330701". A full URL such as "https://doi.org/10.1145/..." is also accepted.

Returns: A dictionary of the work's metadata (title, authors, journal, year, DOI, abstract when available, citation counts, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description is fully responsible for behavioral disclosure. It explains accepted DOI formats and the returned dictionary fields, which is useful, but it does not mention error behavior, missing metadata, or any side effects.

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?

Three concise, front-loaded sections with no wasted words. The purpose is stated first, followed by args and returns, both of which earn their place.

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

Completeness5/5

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

For a single-parameter lookup tool, the description provides enough context: what the tool does, what the parameter expects, and what the return value contains. The output schema exists, so return-value detail in the description is a bonus.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description fully documents the single doi parameter with a concrete example, the full URL alternative, and its role. This adds substantial meaning beyond the mere property name 'Doi'.

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 opens with a specific verb+resource: 'Retrieve bibliographic metadata for a single work by its DOI.' It clearly differentiates from the sibling search_works by emphasizing single-work lookup via DOI rather than general search.

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 context is clear: use this when you have a DOI and need metadata for one specific work. It stops short of explicitly naming alternatives or saying when not to use it, but the single-work framing implicitly distinguishes it from search_works.

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/ebiyu/crossref-mcp'

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