create_group_path
Create nested group structures by specifying a path, automatically generating any missing parent groups in the Sidvy note-taking system.
Instructions
Create a nested group structure from a path (creates missing parent groups)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Array of group names representing the path (e.g., ["Projects", "Web Dev", "Frontend"]) | |
| workspaceId | No | Workspace to create groups in (optional) |