nexus_get_mod_changelogs
Retrieve a mod's version history changelogs by supplying its Nexus Mods domain and numeric mod ID. Returns a JSON map of versions to HTML changelog entries for quick review.
Instructions
Get the changelog history for one mod.
Returns: JSON dict mapping version -> list of HTML changelog strings, e.g. {"1.1": ["Fixed X"], "1.2": ["Added Y"]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | Numeric mod ID. | |
| domain_name | Yes | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |