create_task
Add a new task to Megaplan by specifying its name, description, responsible user, and deadline. Supports optional parent task for subtasks.
Instructions
Create a new task in Megaplan with name, description, responsible user, and deadline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name/title | |
| description | No | Task description | |
| responsible_id | Yes | Responsible employee ID | |
| deadline | No | Deadline in ISO format (e.g. 2025-12-31T23:59:59+03:00) | |
| parent_id | No | Parent task ID (for subtasks) |