nexus_get_file_hash
Look up the mod file matching an MD5 hash to retrieve file details including name, type, size, game ID, mod file ID, and creation date.
Instructions
Look up which mod file matches an MD5 hash (v2 GraphQL).
Returns: JSON list of {md5, fileName, fileType, fileSize, gameId, modFileId, createdAt}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md5 | Yes | MD5 hash of the file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |