Skip to main content
Glama

crossref-mcp-server

Get Prefix Owner

crossref_get_prefix
Read-onlyIdempotent

Resolves a DOI prefix — the registrant portion of a DOI, e.g. "10.1038" — to its owning Crossref member: the publisher name and numeric member ID. Answers "who publishes DOIs starting with 10.1038?" The Crossref prefix record carries only these three facts (no counts, coverage, or flags); the returned memberId chains directly into crossref_get_member for the full publisher record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixYesDOI prefix in the format "10.NNNN" — the registrant portion of a DOI with no "/suffix", e.g. "10.1038" or "10.1371".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoPresent when the call failed. Absent on success.
prefixNoThe DOI prefix that was resolved, e.g. "10.1038"
memberIdNoNumeric Crossref member ID that owns this prefix — pass to crossref_get_member for the full publisher record
ownerNameNoName of the member (publisher) that owns this prefix

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool as read-only and idempotent. The description goes further by disclosing that the prefix record carries only these three facts with no counts, coverage, or flags, and that the returned memberId chains into another tool. This usefully manages agent expectations about output richness.

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 sentences, each earning its place: the first defines the action and output, the second captures the user question, and the third scopes expectations and links to the sibling tool. No redundant phrases or filler.

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?

The tool has a single well-documented parameter, a clear output schema, and annotations covering safety. The description completes the picture by explaining what the result means, what it does not contain, and how to chain into crossref_get_member. Nothing essential is missing for correct invocation.

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?

Schema description coverage is 100%, so the schema already fully documents the `prefix` parameter, including the format and the no-suffix requirement. The tool description reinforces this with examples but adds no new semantic information beyond the schema, matching the baseline for high coverage.

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 uses a specific verb ('resolves') and resource ('DOI prefix' to 'owning Crossref member'), and names the exact output: publisher name and numeric member ID. It also differentiates itself from the sibling crossref_get_member by explaining this tool only resolves the prefix, not the full member record.

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 description frames the use case clearly with the question 'who publishes DOIs starting with 10.1038?' and explicitly points to crossref_get_member as the next step for a full publisher record. It does not state explicit negative conditions, but the context makes the appropriate invocation scenario obvious.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.