nexus_block_tag
Block unwanted tags to hide matching content from your personal Nexus Mods browsing. The preference applies immediately and can be reversed later.
Instructions
Block a tag for the current user via v2 GraphQL - hides matching content.
Personal preference only: no public side effect. Reversible with nexus_unblock_tag. Only blockable tags can be blocked. NOTE: preference mutations apply immediately but list reads (nexus_get_blocked_tags) can lag several seconds - wait before re-reading to confirm.
Returns: JSON {blockTag: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | Tag ID to block (from nexus_get_tags / mod tag lists). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |