Skip to main content
Glama
mahdyarief

journal-scout-mcp

by mahdyarief

scival_author_metrics

Retrieve SciVal citation and publication metrics for a specific author using their author ID, with optional year range to filter results.

Instructions

SciVal author metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
year_toNo
author_idYes
year_fromNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it says nothing about return values, read-only status, required author_id, time-range handling, or data source. It is effectively empty of behavioral information.

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

Conciseness2/5

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

The description is short, but this is under-specification rather than conciseness. A single noun phrase contains no actionable content and is not meaningfully front-loaded.

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?

For a 3-parameter tool with no output schema and no annotations, the description is far too thin. It omits what metrics are returned, how year_from and year_to are used, and how this differs from related SciVal tools.

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?

Schema description coverage is 0%, and the description adds no meaning to author_id, year_from, or year_to. An agent cannot determine expected formats, units, or how the parameters affect the returned metrics.

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

Purpose2/5

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

The description 'SciVal author metrics.' is a noun phrase that essentially restates the tool name, with no verb indicating what the tool does. It does not distinguish this tool from siblings like scival_author_lookup or get_author_profile.

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?

There is no guidance on when to use this tool versus alternatives such as scival_author_lookup, scival_topic_metrics, or search_all. The description provides no context, prerequisites, or exclusions.

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