create_project
Set up a 3D printing project by specifying its name, description, status, dates, and notes for organized tracking in PrintVault.
Instructions
Create a new project.
Args: project_name: Name of the project. description: Project description. status: Initial status — 'Planning', 'In Progress', 'On Hold'. start_date: Start date in YYYY-MM-DD format. due_date: Due date in YYYY-MM-DD format. notes: Free-text notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| status | No | Planning | |
| due_date | No | ||
| start_date | No | ||
| description | No | ||
| project_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |