nexus_create_tag
Create a new tag for Nexus Mods content. Specify adult status, game IDs, global flag, or category to organize items.
Instructions
Create a new tag (moderator permissions may be required) via v2 GraphQL.
Returns: JSON {success, tag: {id, name}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name. | |
| adult | No | Adult content tag. | |
| game_ids | No | Comma-separated game IDs to attach. | |
| global_tag | No | Create as global tag. | |
| category_id | No | Tag category ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |