Skip to main content
Glama
jusi-aalto

biz-journals-mcp

by jusi-aalto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_scopus_queryA

Generate a Scopus boolean query of ISSN numbers based on journal rankings.

Supports three ranking systems:

  • ABDC (Australian Business Deans Council): Grades A*, A, B, C (highest to lowest)

  • AJG (Academic Journal Guide): Grades 4*, 4, 3, 2, 1 (highest to lowest)

  • FT50 (Financial Times 50): Single grade FT-50

Use 'at_least' operator to include a grade and all higher grades (e.g., 'at_least A' includes A* and A). Use 'exactly' operator to include only the specified grade.

Multiple filters are combined with OR logic (union), and duplicate ISSNs are automatically removed.

Example: To get all ABDC A-level or higher journals in Accounting: { "filters": [{ "system": "abdc", "grade": "A", "operator": "at_least", "fields": ["Accounting"] }] }

list_gradesB

List available grades for a specific ranking system

list_fieldsA

List available fields/disciplines for a specific ranking system

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool performs a distinct function: one generates queries, one lists grades, and one lists fields. There is no semantic overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case pattern: generate_scopus_query, list_grades, list_fields. The convention is uniform and predictable.

Tool Count5/5

Three tools is well-scoped for this server's focused purpose. Each tool is necessary and there are no redundant or filler tools.

Completeness5/5

The server covers the full workflow: discover available fields, discover available grades, and generate a Scopus query from those dimensions. The supported ranking systems are documented in the generation tool, so there are no dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues