update_tokenset
Updates the name or description of an existing tokenset.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenset_id | string | Yes | The ID of the tokenset to update |
name | string | No | The new name of the tokenset (1-255 characters) |
description | string | No | The new description of the tokenset |
Response
Example Usage in Claude
Update Tokenset Name
Update Tokenset Description
Update Both Name and Description
Common Use Cases
1. Better Naming
2. Updated Documentation
3. Organization Changes
Notes
- At least one of
nameordescriptionmust be provided - Tokenset names must be unique within their workspace
- The
updated_attimestamp will be automatically updated - All existing tokens and modes within the tokenset remain unchanged
- The workspace association cannot be changed (create a new tokenset instead)
See Also
- get_tokenset - Get tokenset details
- list_tokensets - View all tokensets in workspace
- create_tokenset - Create new tokenset