add_task
Add a new task to a project on the MCP Project Context Server by specifying project ID, title, priority, and optional details like description and tags.
Instructions
Add a new task to the project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Task description | |
| priority | Yes | Task priority | |
| projectId | Yes | Project ID | |
| tags | No | Task tags | |
| title | Yes | Task title |