Skip to main content
Glama

researchoracle

doi_lookup

Look up any paper by DOI via Crossref. Metadata, citations, journal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiNoe.g. 10.1016/j.frl.2024.105432

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It mentions 'via Crossref' (external API) and lists return fields (metadata, citations, journal), but does not disclose potential rate limits, error handling, or whether it is read-only. This is moderate transparency for a simple lookup.

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 a single, front-loaded sentence that immediately states the tool's action and resource. Every word contributes value, with no redundancy or fluff.

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 single-parameter, no-output-schema tool, the description covers the core purpose and expected outputs (metadata, citations, journal). It does not address edge cases like invalid DOIs or API errors, but the simplicity of the tool makes the description sufficiently complete.

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 schema covers 100% of the parameter 'doi' with an example format. The description adds no extra semantic detail beyond reinforcing that it looks up by DOI, so it does not exceed the baseline set by high schema 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 the specific verb 'Look up' and clearly identifies the resource (paper by DOI via Crossref) and the expected outputs (metadata, citations, journal). It distinguishes itself from siblings like arxiv_search or author_papers by targeting DOI-based lookup.

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 provides clear context: use when you have a DOI and want paper details. It does not explicitly mention alternatives or when not to use, but the context is unambiguous for a DOI lookup tool, so it meets the 'clear context, no exclusions' criterion.

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.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools target distinct resources (papers, authors, citations, DOIs). arxiv_search and search_papers both search for papers, but they are differentiated by corpus (preprints vs all). compliance_research is a convenience wrapper for compliance topics but is still distinct.

Naming Consistency3/5

Tool names mix noun-noun (author_papers, citation_graph), noun-verb (arxiv_search, doi_lookup), and verb-noun (search_papers) patterns. While each name is readable, there is no consistent verb_noun convention, making it harder to predict tool names.

Tool Count5/5

At 11 tools, the set is well-scoped for a research discovery platform. Each tool covers a necessary aspect: search, metadata, authors, citations, recommendations, trending, and system health.

Completeness4/5

The surface covers core research workflows: searching, retrieving details, author exploration, citation analysis, recommendations, and trending. Minor gaps exist (e.g., no journal-specific search or batch export), but agents can accomplish typical tasks without dead ends.

Resources