biz-journals-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_scopus_queryA | Generate a Scopus boolean query of ISSN numbers based on journal rankings. Supports three ranking systems:
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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
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.
All tool names follow the same verb_noun snake_case pattern: generate_scopus_query, list_grades, list_fields. The convention is uniform and predictable.
Three tools is well-scoped for this server's focused purpose. Each tool is necessary and there are no redundant or filler tools.
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.