Create Project
project_createCreate a new project to organize your time tracking. Provide a title, and optionally add description, color, team, or billable settings.
Instructions
Use this when the user wants to create a new project to organize their time tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The project name or title | |
| description | No | Optional description providing more details about the project | |
| color | No | Optional color code for visual identification (typically 0-23) | |
| teamId | No | Optional team ID if this project belongs to a team | |
| taskDefaultBillable | No | Whether tasks in this project should be billable by default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the newly created project | |
| title | Yes | The project title |