Full mod report (one call)
nexus_mod_overviewRetrieve 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
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | Numeric mod id (visible in the page URL) | |
| refresh | No | Bypass the cache (use after an upload) | |
| description | No | Amount of page description to include (default summary, markup stripped) | |
| game_domain_name | No | Game domain, e.g. "skyrimspecialedition". Default: "mountandblade2bannerlord" | |
| include_old_files | No | Include ARCHIVED/OLD_VERSION files (default false) | |
| changelog_versions | No | Number of recent versions to include (default 3, 0 to skip) |