projects_create
Create a new project by providing a required title. Optionally add a description, hex color, or parent project ID to nest the project.
Instructions
Create a new project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title (required) | |
| description | No | Project description | |
| color | No | Hex color (e.g., 'ff0000') | |
| parentProjectId | No | Parent project ID for nesting |