list_workspaces
Retrieve workspaces with IDs, names, slugs, default settings, and timestamps, filtered by name or status, to find the workspace_id required for updating workspace settings or managing members.
Instructions
List workspaces with id, name, slug, default settings, and timestamps. Use this to find a workspace_id before get_workspace, update_workspace, add_workspace_member, or remove_workspace_member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-sensitive name filter | |
| status | No | Filter by workspace lifecycle status | |
| page_size | No | Number of workspaces to return per page (max 100) | |
| exact_name | No | Exact workspace name filter | |
| current_page | No | Zero-based page number; the first page is 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |