add_task
Create and assign tasks to projects using project ID, title, priority, and optional details. Streamlines task management within the MCP Project Context Server for efficient project tracking and organization.
Instructions
Add a new task to the project
Input 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 |