Create project
create_projectCreate a new project with tier (A/B/C), optional goal link, and target date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Project URL | |
| icon | No | Lucide icon name | |
| name | Yes | Project name | |
| tier | No | Priority tier | |
| color | No | Color hex code (e.g., #3B82F6) | |
| status | No | Initial status | |
| goal_id | No | Link to a goal by ID | |
| description | No | Project description | |
| target_date | No | Target completion date (Y-m-d) |