Skip to main content
Glama

crossref-mcp-server

Get Member by ID

crossref_get_member
Read-onlyIdempotent

Resolves a Crossref member ID to its publisher/organization record: primary name, alternate imprint names, owned DOI prefixes, registered DOI counts, a per-work-type breakdown, and per-category metadata deposit coverage. Members are the organizations that register DOIs with Crossref, so this answers "what does this publisher publish, and how completely do they deposit metadata?" Resolve a DOI prefix (e.g. "10.1038") to its member ID with crossref_get_prefix, then pass that ID here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
member_idYesCrossref member ID — a positive integer, e.g. 297 (Springer) or 340 (PLOS). Resolve a DOI prefix to a member ID first with crossref_get_prefix.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCrossref member ID
errorNoPresent when the call failed. Absent on success.
namesNoAlternate and imprint names registered under this member
countsNoRegistered DOI counts
coverageNoPer-category metadata deposit coverage — each a 0–1 fraction split into current (recent) and backfile (older) DOIs. Signals how completely this publisher deposits references, abstracts, ORCIDs, funders, licenses, and similar metadata.
depositsNoWhether the member deposits any metadata with Crossref
locationNoPublisher location (city, region, country)
prefixesNoDOI prefixes owned by this member, e.g. "10.1038"
primaryNameNoPrimary publisher/organization name
worksByTypeNoDOI counts broken down by work type (all DOIs), sorted by count descending
depositsArticlesNoWhether the member deposits journal-article metadata

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the operation read-only and idempotent, so the bar for additional disclosure is lower. The description adds useful domain context—members are organizations that register DOIs—and spells out the scope of the returned record, including deposit metadata coverage, without contradicting the 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?

Three sentences each carry weight: the first defines the action and return contents, the second supplies domain context, and the third provides the chaining workflow. No filler or redundancy is present.

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, read-only tool with an output schema and clear annotations, this description is fully sufficient. It tells the agent what the result means, what questions it answers, and how to obtain the required input via a sibling tool.

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%, and the member_id parameter already includes type, positive integer constraint, examples, and a pointer to crossref_get_prefix. The description reinforces the concept of a member ID but does not add significant parameter-level meaning beyond the schema.

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 and resource: 'Resolves a Crossref member ID to its publisher/organization record', and enumerates meaningful output categories. It is clearly distinguished from siblings like crossref_get_prefix and the search tools through the member-ID focus.

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?

It explicitly states the prerequisite workflow: 'Resolve a DOI prefix... with crossref_get_prefix, then pass that ID here.' This gives direct guidance on when to use this tool versus its sibling resolver, leaving no ambiguity about sequencing.

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.