create_part_studio
Create a new Part Studio in a specified document and workspace, returning its elementId and all Part Studio names to avoid targeting the default empty one.
Instructions
Create a new Part Studio in an existing document. Returns the new Part Studio's elementId AND a list of other Part Studios in the same workspace (so callers don't accidentally target the empty default 'Part Studio 1' that most fresh Onshape documents ship with). Prefer this tool's returned elementId over re-enumerating via find_part_studios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new Part Studio | |
| documentId | Yes | Document ID | |
| workspaceId | Yes | Workspace ID |