Skip to main content
Glama

Citation

citation
Read-onlyIdempotent

Fetch one citation record by its Open Citation Identifier (OCI — a compound ID of the form citing-DOI__cited-DOI). Returns citing/cited DOI pair, creation date, and journal self-citation flag. Use citations or references instead when you only have a DOI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ociYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
citedNoDOI of cited work
citingNoDOI of citing work
creationNoCitation creation date
timespanNoTemporal span of citation
citedPubDateNoPublication date of cited work
citingPubDateNoPublication date of citing work

TDQS

A4.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds return field details (citing/cited DOI pair, creation date, self-citation flag) and explains the OCI format. It does not cover error behavior, but the annotations sufficiently cover safety traits.

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?

Two sentences, front-loaded with the action, followed by the identifier format, return values, and a usage alternative. Every sentence contributes information without redundancy.

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?

With only one required parameter, an output schema present, and strong annotations, the description is complete. It includes usage alternatives and return details, leaving no ambiguity for a simple single-record fetch tool.

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?

The schema has zero description coverage, but the description fully explains the `oci` parameter format: 'compound ID of the form citing-DOI__cited-DOI'. This provides essential meaning beyond the schema's type and example.

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 clearly states the tool 'Fetch one citation record by its Open Citation Identifier (OCI...)' with a specific verb and resource, and distinguishes itself from sibling tools like `citations` and `references` by noting when to use those instead.

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 provides an alternative: 'Use `citations` or `references` instead when you only have a DOI.' This gives clear when-to-use versus when-not-to-use guidance.

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

A3.7/5.0
Disambiguation2/5

Multiple tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical router variants, and entity_profile/compare_entities/recent_changes/ai_visibility_check all inspect companies from overlapping angles. The six Polymarket tools form a tightly-overlapping mini-domain that further crowds the surface.

Naming Consistency3/5

All names are snake_case, but verbs are inconsistently used: many tools are noun phrases (citation_count, entity_profile, polymarket_edges) while others start with verbs (ask_pipeworx, compare_entities, validate_claim). Some prefixes like ask_* and polymarket_* help, but the overall verb/noun pattern is not coherent.

Tool Count2/5

37 tools is well above the typical 3–15 tool scope, and several are redundant variants (three ask_pipeworx modes) or hyper-specific sub-tools (six Polymarket tools). The server name suggests a focused citation service, but only six tools actually address citations, leaving the set bloated with unrelated data query and memory utilities.

Completeness3/5

For a general data-query gateway, the surface is quite broad and covers lookup, profiling, comparisons, subscriptions, and memory. But as an OpenCitations server it lacks a way to discover papers by topic and the breadth of the other domains is unwieldy and unowned—so notable gaps exist in any plausible stated purpose.