Skip to main content
Glama
mahdyarief

journal-scout-mcp

by mahdyarief

get_abstract_details

Retrieve Scopus abstract details for a given Scopus ID. Access paper metadata and abstract content directly for research.

Instructions

Scopus abstract details for a Scopus id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopus_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose whether this is a read-only operation, what the response contains, or any limitations (e.g., coverage, availability). The description adds minimal behavioral context beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and front-loaded, but it is under-specified rather than efficiently concise. It earns a middle score because it is not verbose, yet it omits useful context.

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

Completeness2/5

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

With no annotations, no output schema, and a single parameter, the description is too thin to fully guide an agent. It does not explain what 'abstract details' includes, how to format the Scopus ID, or what to expect in the response.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only says 'for a Scopus id' without explaining the expected format, whether it is a numeric ID or a URL, or how it relates to the abstract. The description adds little meaning beyond the schema's property name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Scopus abstract details for a Scopus id'), so an agent can tell it retrieves abstract details for a Scopus identifier. However, it does not distinguish it from sibling tools like get_paper or search_scopus, and the phrasing is terse.

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?

No guidance is given on when to use this tool versus alternatives such as get_paper or search_scopus. The description implies it is for Scopus IDs but does not state exclusions or context.

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