update_workspace
Updates the name or description of an existing workspace.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspace_id | string | Yes | The ID of the workspace to update |
name | string | No | The new name of the workspace (1-255 characters) |
description | string | No | The new description of the workspace |
Response
Example Usage in Claude
Update Workspace Name
Update Workspace Description
Update Both Name and Description
Common Use Cases
1. Project Evolution
2. Better Organization
3. Client Name Changes
Notes
- At least one of
nameordescriptionmust be provided - Workspace names must be unique within your account
- The
updated_attimestamp will be automatically updated - All existing tokensets and tokens within the workspace remain unchanged
See Also
- get_workspace - Get workspace details
- list_workspaces - View all workspaces
- create_workspace - Create new workspace