Create Project
create_projectCreates a new project in the mock project management system by providing a name and description, plus optional tags and deadline for tracking.
Instructions
Creates a new project in the mock project management system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| tags | No | Project tags | |
| deadline | No | Deadline in YYYY-MM-DD format | |
| description | Yes | Project description |