create_project
Create a new project or subproject by providing a name. Optionally set a parent ID to nest it under an existing project.
Instructions
Create a project or subproject immediately. Use only after confirming a new project is wanted; parentId creates it below an existing project. Requires add-project permission and is not idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public | No | ||
| parentId | No | Existing parent project ID; omit for a top-level project | |
| identifier | No | ||
| description | No |