create_project
Create a new project in HacknPlan with specified name, cost metric, description, and hours per day.
Instructions
Create a project. cost_metric is the STRING "Hours" or "Points" (capitalized). workspaceId is auto-assigned to your personal workspace (echoed back as 0). Returns the new project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cost_metric | No | Hours | |
| description | No | ||
| hours_per_day | No |