Skip to main content
Glama

Browse journals

list_journals
Read-onlyIdempotent

List identified journals with aliases, distinct article counts and documented original years. Unknown references are reported by count_catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
offsetNo
filtersNo
pageSizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to cover safety. It adds useful behavioral details such as returning aliases, article counts, and original years, and it notes that only 'identified' journals are listed (implying some are not). However, it does not describe pagination, filtering behavior, or result ordering, so it leaves several behavioral aspects uncovered.

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?

The description is two sentences with no filler. The core action is stated first, and the sibling distinction is added efficiently. It is appropriately concise, though it could have included a brief note about filtering or pagination without being verbose. The structure is front-loaded and effective.

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

Completeness1/5

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

Given the complexity of the tool—4 top-level parameters, a nested filters object with dozens of properties, no output schema, and no parameter descriptions—the description is grossly incomplete. It omits any guidance on filtering, pagination, or what the response structure looks like. An agent would struggle to use this tool correctly with only the provided description and schema, as the schema lacks explanatory text for its many properties.

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

Parameters1/5

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

The schema description coverage is 0%, meaning the description provides no explanation of any parameters. The input schema has no per-property descriptions, only types and constraints. With 4 top-level parameters including a complex filters object with many nested fields, the description should compensate, but it is completely silent on parameters. This is a severe gap.

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's function: 'List identified journals with aliases, distinct article counts and documented original years.' It uses a specific verb (List) and resource (journals), and distinguishes itself from the sibling count_catalog by noting that unknown references are handled there. This makes it clear what the tool does and how it differs from at least one sibling.

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 provides a hint about when not to use this tool ('Unknown references are reported by count_catalog'), implying that for unknown references one should use count_catalog. However, it does not explicitly mention alternatives like list_publications or list_works, nor does it give clear 'when to use' guidance beyond that single contrast. This is adequate but not comprehensive.

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.

Resources