Skip to main content
Glama
SinCircle

literature-mcp

by SinCircle

search_crossref

Query Crossref via its public REST API to retrieve scholarly metadata such as title, DOI, authors, journal, and year for literature searches.

Instructions

Search Crossref via its public REST API (api.crossref.org/works).

Returns raw per-hit metadata: title, DOI, authors, journal, year and (stripped) abstract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNo
queryYes
year_toNo
year_fromNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It mentions the API endpoint and return fields but omits rate limits, authentication needs, pagination behavior, and whether the search is read-only. It does state the return fields, which is helpful, but significant behavioral gaps remain.

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 extremely concise, front-loading the core action and endpoint, then listing return fields in a single compact sentence. Every part earns its place.

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

Completeness2/5

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

No output schema exists, so the description should explain return values; it partially does by listing fields. However, with four parameters at 0% schema description coverage and no annotations, critical details like parameter meanings and behavioral traits are missing, leaving the agent under-informed.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain any of the four parameters (query, rows, year_from, year_to). With low coverage, the description must compensate but provides no parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Search Crossref via its public REST API') and names the endpoint, clearly identifying what the tool does. It does not explicitly differentiate from siblings like search_arxiv or search_semanticscholar, but the distinct API name provides implicit differentiation.

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?

No guidance on when to use this tool versus alternatives such as search_arxiv or search_semanticscholar. The description provides no context about appropriate use cases, limitations, or exclusions.

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