Skip to main content
Glama
jusi-aalto

biz-journals-mcp

by jusi-aalto

list_grades

Retrieve grade options for a selected ranking system (ABDC, AJG, or FT50) to define quality filters for Scopus journal queries.

Instructions

List available grades for a specific ranking system

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
systemYesThe ranking system to list grades for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Without annotations, the description carries the behavioral disclosure burden. The verb 'List' implies a read-only operation, and 'available grades' suggests the return value is a set of grade options. However, it does not explicitly state that no side effects occur, nor does it describe response format or ordering.

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, clear sentence with no filler. It front-loads the action and object, making the tool's purpose immediately recognizable.

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 simple tool with one enum-constrained parameter and no output schema, the description is reasonably complete: it identifies the input (ranking system) and the expected result (available grades). It does not elaborate on the exact format of grades, but this is a minor gap for such a targeted list operation.

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 coverage is 100%, and the only parameter 'system' has an enum and its own description. The description mainly rephrases the parameter's role ('specific ranking system') without adding new semantic detail beyond what the schema already provides.

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?

The description names a specific verb ('List') and resource ('available grades') scoped by 'ranking system', which clearly conveys the tool's purpose. It distinguishes itself from sibling tools like generate_scopus_query and list_fields, though it does not explicitly contrast with list_fields.

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

Usage Guidelines2/5

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

The description implies the tool is used when someone needs grades for a ranking system, but it provides no explicit when-to-use guidance or exclusions relative to siblings. There is no mention of when list_fields or generate_scopus_query would be more appropriate.

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

Deploy Server

Other Tools