Skip to main content
Glama
andri-setiawan

MCP-scopus

get_journal_info

Retrieve journal metrics like CiteScore, SJR, and SNIP by ISSN to evaluate publication venues and verify academic source credibility.

Instructions

Get journal metrics including CiteScore, SJR, SNIP, and subject area classifications. Essential for evaluating publication venues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issnYesThe ISSN of the journal (e.g., '0013063X')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. Enumerating the returned metric fields adds some transparency, but there is no mention of what happens with an invalid or unknown ISSN, whether missing metrics yield nulls, or any rate/permission constraints. For a zero-annotation tool this is a substantial gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences with the retrieval scope front-loaded and the value proposition second. No filler, though the second sentence is mildly promotional ('Essential for...') rather than operational, so it is efficient but not flawless.

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 read lookup with no output schema, listing the returned metrics (CiteScore, SJR, SNIP, subject areas) usefully compensates for the absent output schema. The remaining gap is error/empty-result behavior, which matters less for a straightforward identifier lookup.

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 single 'issn' parameter is documented with an example format ('0013063X'), so the schema does the heavy lifting. The description adds no ISSN-specific semantics (e.g., print vs. electronic ISSN, hyphenation tolerance) beyond what the schema already provides, making the baseline 3 appropriate.

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?

States a specific verb ('Get') and resource ('journal metrics') and enumerates the returned metrics (CiteScore, SJR, SNIP, subject areas). An agent can tell it retrieves journal-level metrics. However, it does not differentiate itself from the sibling 'search_journals', leaving the lookup-by-ISSN vs. discovery distinction implicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Essential for evaluating publication venues' implies a context of use (venue assessment) but gives no explicit when/when-not and never names the alternative 'search_journals'. The required ISSN input hints at lookup semantics, but the description does not state that this tool requires an already-known journal identifier.

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