move_project_to_workspace
Move a project into a workspace, or back to the caller's personal space. Pass workspaceId (from list_workspaces) to place the project in that workspace — every member then sees it, with their workspace role deciding edit vs view. Pass workspaceId: null to detach it back to personal. Requires an edit-capable role (owner/admin/editor) in the TARGET workspace and write access to the project. Switching a project from one workspace to another cleanly drops the old membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Id of the project to move. | |
| workspaceId | Yes | Target workspace id (from list_workspaces), or null to move the project back to the caller's personal space. |