Skip to main content
Glama

Server Details

Journal intelligence: indexing, quartile, APC, trust score, measured publication times

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
nadir-ib/pubscope-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: citation verification vs. journal search vs. single-journal profile vs. side-by-side comparison. The journal-related tools are differentiated by search/detail/compare actions, and the descriptions reinforce the boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_citations, compare_journals, get_journal, search_journals. The verbs (check, compare, get, search) are distinct and match the tool's action, with no mixed conventions.

Tool Count5/5

Four tools is an appropriate scope for a scholarly publishing/citation domain. Each tool covers a distinct core need without redundancy or excessive granularity, and the count is well within the ideal range.

Completeness5/5

The tool set covers the key workflows: verifying references, finding journals, retrieving detailed journal profiles, and comparing journals side-by-side. While it is read-focused rather than CRUD-based, that matches the domain's purpose, and there are no obvious dead ends.

Available Tools

4 tools
check_citationsVerify a reference listA
Read-only
Inspect

Verify a pasted reference list (plain text, BibTeX or RIS) against Crossref, OpenAlex, DataCite, Semantic Scholar, arXiv, PubMed and DBLP, plus Retraction Watch. Flags references that cannot be found (possibly fabricated), retracted papers and DOI mismatches. One check per day without an account; sign in for more.

ParametersJSON Schema
NameRequiredDescriptionDefault
referencesYesThe reference list text, one reference per line
Behavior5/5

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

Annotations already denote read-only and non-destructive behavior. The description adds valuable context: it checks against multiple databases, flags specific issue types, and discloses account-based limits. This goes well beyond structural 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?

The description is compact and efficient, with three sentences covering purpose, data sources, flags, and rate limits. It is front-loaded with the core action and contains no redundant information.

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 simple one-parameter tool with no output schema, the description covers inputs, sources, error flags, and usage limits. It provides sufficient detail for an agent to invoke the tool correctly and interpret expected results.

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

Parameters4/5

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

Schema coverage is 100% for the single 'references' parameter. The description adds meaning by specifying accepted formats (plain text, BibTeX, RIS) and structure (one reference per line), enriching what is provided in 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 clearly states the verb 'Verify' and the resource 'a pasted reference list', listing multiple data sources and specific checks (fabricated, retracted, DOI mismatches). This distinguishes it from sibling tools which focus on journals rather than reference verification.

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 implies when to use the tool (when you have a reference list to verify), specifies accepted formats (plain text, BibTeX, RIS), and notes a rate limit (one check per day without an account). It does not explicitly mention alternatives, but sibling tools are clearly different in purpose.

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

compare_journalsCompare journalsA
Read-onlyIdempotent
Inspect

Side-by-side comparison of 2-4 journals by ISSN: quartile and indexing for any caller, trust score and APC for an identified one.

ParametersJSON Schema
NameRequiredDescriptionDefault
issnsYes2-4 ISSNs to compare, e.g. ["1361-8415", "1533-7928"]
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by explaining that quartile and indexing are available for any caller, while trust score and APC are only for an identified (likely previously indexed) journal. This is useful behavioral context beyond the annotations, though it does not detail response structure or error conditions.

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?

A single, front-loaded sentence that efficiently conveys the core function and key supporting details. No filler or redundant wording. Every clause ('side-by-side', '2-4', 'by ISSN', the attribute lists) contributes essential information.

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?

With no output schema, the description carries the burden of indicating what the caller can expect. It mentions the compared attributes (quartile, indexing, trust score, APC), giving a partial picture of the return content. However, it does not explicitly state the output format (e.g., JSON object, array). Given the tool's simplicity (one param) and the clarity of the description, it is largely sufficient.

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 input schema already fully describes the 'issns' parameter (2-4 ISSNs to compare with an example). The description reinforces this with '2-4 journals by ISSN' but does not add new semantic details about the parameter beyond what the schema provides. Baseline for 100% schema coverage is 3, and the description only mildly reinforces rather than complements.

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 performs a side-by-side comparison of 2-4 journals by ISSN, listing specific attributes (quartile, indexing, trust score, APC). This distinguishes it from sibling tools like get_journal (single journal) and search_journals (search). The verb is implicit in 'comparison' but the resource and scope are unambiguous.

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 implicitly indicates when to use the tool: when comparing multiple journals side-by-side. It does not explicitly mention alternatives or exclusions, but the context is clear. The phrase 'for any caller' vs 'for an identified one' gives hints about data availability, which aids in selective usage.

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

get_journalGet journal profileA
Read-onlyIdempotent
Inspect

Full profile of one journal by ISSN: indexing, quartile, open-access status, scope and integrity signals (e.g. DOAJ withdrawal) for any caller. Trust score with breakdown, impact factor, APC and measured publication time require an identified caller. Use when the user asks about one journal.

ParametersJSON Schema
NameRequiredDescriptionDefault
issnYesThe journal's ISSN, e.g. 1361-8415
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds significant behavioral context beyond that: data availability varies by caller identity (some fields require an identified caller), and it highlights integrity signals like DOAJ withdrawal. This enriches the agent's understanding of what the tool actually returns under different conditions.

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 three sentences, each earning its place: scope and contents, access restrictions, and usage context. There is no redundancy or filler.

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 no output schema, the description does the work of enumerating return categories (indexing, quartile, OA status, scope, integrity signals, trust score breakdown, IF, APC, publication time) and clarifies caller-dependent availability. It also provides usage context, making it complete for a single-journal profile 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 schema already explains the 'issn' parameter with an example. The description confirms ISSN is the lookup key but adds no additional semantic detail, so it meets the baseline for high 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 clearly states the action ('Full profile of one journal by ISSN') and enumerates specific content areas (indexing, quartile, OA status, scope, integrity signals). It distinguishes itself from sibling tools by emphasizing the singular scope ('one journal') versus search/compare tools.

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?

Explicitly provides when-to-use guidance: 'Use when the user asks about one journal.' However, it does not explicitly mention when not to use it or name alternative sibling tools, though the singular/plural distinction implies the boundary.

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

search_journalsSearch journalsA
Read-onlyIdempotent
Inspect

Search 46,000+ academic journals by title, ISSN, or publisher. Returns indexing status (WoS/Scopus/DOAJ), SJR quartile and open-access info for any caller; trust score and APC require an identified caller. Supports filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesJournal title, ISSN (e.g. 0028-0836), or publisher name
quartileNoOptional SJR quartile filter: Q1, Q2, Q3 or Q4
max_resultsNoMax results to return (1-20, default 10)
open_access_onlyNoOnly return Open Access journals
Behavior4/5

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

Annotations already declare readOnly and idempotent, and the description adds behavioral context: return fields vary by caller identity (trust score/APC require identified caller), and supports filters. This goes beyond annotations without contradiction.

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 concise sentences with front-loaded purpose; no redundant details beyond adding behavioral nuance.

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?

Given 4 parameters and no output schema, the description adequately describes what results contain (indexing status, quartile, OA info, trust score/APC) and the caller identity requirement. It does not enumerate all filter options, but the schema handles that.

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

Parameters4/5

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

Schema covers all 4 parameters with descriptions, so baseline is 3. The description adds meaning by specifying query can be title, ISSN, or publisher, and mentions 'Supports filters' which aligns with the optional parameters, increasing value.

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 a specific verb ('Search') and resource ('academic journals'), specifies search fields (title, ISSN, publisher), and distinguishes from sibling tools like get_journal and compare_journals by emphasizing broad search and returned metadata.

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?

The description states the tool's search capability and result scope, implying use for journal discovery by query. However, it does not explicitly compare with sibling tools like check_citations or get_journal, nor provide exclusions for when alternatives should be used.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An autonomous academic research and publishing platform that enables AI agents to submit papers, conduct peer reviews, and manage scholarly reputations. It provides a comprehensive suite of tools for manuscript lifecycle management, reproducibility testing, and citation analysis within a purpose-built scholarly ecosystem.
    25
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Academic peer-review (HAKEM), research-gap finding, journal recommender (1,214 venues with predatory flags), duplicate publication checker, and article writer tools from Science AI Journal. Free local FTS5 tools + LLM-backed tools that bill the caller's account.
    7
    63
    1
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Serves academic conference and journal data via MCP and REST, including CFP deadlines, CCF/CORE/QUALIS rankings, acceptance rates, journal impact factors, and special issues.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.