list_workspaces
Lists the workspaces available to the authenticated account. Takes no parameters.create_workspace
Creates a workspace.| Parameter | Type | Description |
|---|---|---|
name | string | Human-readable name for the workspace. |
get_workspace
Retrieves a single workspace.| Parameter | Type | Description |
|---|---|---|
id | string | ID of the workspace to retrieve. |
update_workspace
Updates a workspace.| Parameter | Type | Description |
|---|---|---|
id | string | ID of the workspace to update. |
name | string | New name for the workspace. |
delete_workspace
Deletes a workspace.| Parameter | Type | Description |
|---|---|---|
id | string | ID of the workspace to delete. |