list_workspaces
Retrieve a paginated list of workspaces with id, name, slug, and timestamps to obtain workspace IDs for use with workspace management tools.
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 |
|---|---|---|---|
| page_size | No | Number of workspaces to return per page (default varies by endpoint) | |
| current_page | No | Page number to retrieve when results are paginated |
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 |