Skip to main content
Glama

Full mod report (one call)

nexus_mod_overview
Read-only

Retrieve a single-call mod report with metadata, published files by category, recent changelogs, and page URL to avoid chaining separate mod, file, and changelog requests.

Instructions

ONE-CALL mod report: metadata, currently published files grouped by category, recent changelogs and the page URL. Prefer this over chaining nexus_get_mod + nexus_get_mod_files + nexus_get_mod_changelogs. Archived/old files and the upload history are hidden unless you ask for them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mod_idYesNumeric mod id (visible in the page URL)
refreshNoBypass the cache (use after an upload)
descriptionNoAmount of page description to include (default summary, markup stripped)
game_domain_nameNoGame domain, e.g. "skyrimspecialedition". Default: "mountandblade2bannerlord"
include_old_filesNoInclude ARCHIVED/OLD_VERSION files (default false)
changelog_versionsNoNumber of recent versions to include (default 3, 0 to skip)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, non-destructive, openWorld), so the description instead contributes the aggregation behavior and the default-hiding semantics for archived files and upload history. It stops short of noting pagination, response size, or cache-expiry details, but the added context is substantive.

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?

Three tight sentences with the value proposition front-loaded, then the routing guidance, then the default-scope caveat. Every sentence earns its place and nothing is repeated from the schema.

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

Completeness4/5

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

For a 6-parameter aggregation tool with no output schema and full annotation coverage, the description adequately explains what is returned and the default scope. It could note that refresh interacts with cache or how large the grouped response may be, but nothing critical for correct invocation is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the schema carries the parameter burden and baseline would be 3. The description adds meaning by clarifying that archived/old files are excluded unless explicitly requested, which gives operational context for include_old_files beyond the schema's own text.

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

Purpose5/5

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

Names a specific deliverable ('ONE-CALL mod report') and enumerates its contents: metadata, published files grouped by category, recent changelogs, page URL. It explicitly distinguishes itself from the three sibling tools it replaces, so an agent can route correctly without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Prefer this over chaining nexus_get_mod + nexus_get_mod_files + nexus_get_mod_changelogs' gives an explicit when-to-use and names the exact alternatives. It also states the default scoping ('Archived/old files and upload history are hidden unless you ask'), telling the agent when the default view is insufficient.

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