nexus_search_by_md5
Identify an installed file's source mod by submitting its MD5 hash and game domain to Nexus Mods. Returns the matching mod and file details.
Instructions
Look up which mod and file on Nexus matches a file's MD5 hash (useful to identify an installed file).
Returns: JSON array of {mod: , file_details: }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md5_hash | Yes | MD5 hash of the file to look up (32 hex characters). | |
| 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 |