Skip to main content
Glama

editorial_stats

Aggregate a journal's editorial statistics—submission counts, decisions, time to first decision—as key/value pairs. Optionally filter by date range for a specific period.

Instructions

Aggregate editorial statistics for a journal (submission count, decisions, time to first decision, etc.) as a list of key/value pairs.

Dates date_from/date_to in YYYY-MM-DD format narrow the period; without them OJS computes statistics from the journal's inception.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toNo
journalNo
date_fromNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.2.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that output is a list of key/value pairs and that dates narrow the period, with a default from journal inception. However, it does not state read-only nature, required authentication, or any side effects, leaving some behavioral gaps.

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?

Two concise sentences; the first states purpose and output format, the second covers date parameters. Front-loaded and free of fluff, every sentence adds value.

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

Completeness3/5

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

The description provides the essential action and date semantics, but lacks detail on the return structure (keys present), the meaning of journal, and how this differs from publication_stats. With no output schema and no annotations, more completeness would help an agent decide correctly.

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%, so the description must explain all parameters. It explains date_from/date_to format and effect, but leaves the 'journal' parameter undefined (ID? name? optional?), and does not clarify how it is used in filtering. Incomplete compensation for the missing schema descriptions.

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?

Description clearly states it aggregates editorial statistics for a journal and lists examples (submission count, decisions, time to first decision) plus output format as key/value pairs. It is specific about the resource and action, but does not differentiate from sibling publication_stats, so it misses the sibling distinction.

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 on when to use this tool versus publication_stats or other siblings. It explains date behavior but gives no context on selecting this tool over alternatives, no exclusions, and no prerequisites.

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