list_workspaces
List the workspaces (shared team spaces) the account belongs to, as { id, name, role, memberCount } entries. role is the caller's role in that workspace (owner / admin / editor / viewer) — only owner/admin/editor can add projects. Use the id as the workspaceId argument to create_project, move_project_to_workspace, and list_projects; refer to the workspace by its name when talking to the user (never paste the id). Returns an empty list when the account has no email (workspace membership is email-based, so a keyless/dev identity sees none). Call this to discover a workspace before placing a project into it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||