add_items
Create multiple work items with pending status under a single parent in one call. Specify parent table and ID, then provide item names and descriptions.
Instructions
Batch-create multiple work items under a single parent in one call. All items created with status 'pending'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference_table | Yes | 'tasks', 'subtasks', or 'sidequests' | |
| reference_id | Yes | ID of the parent task, subtask, or sidequest | |
| items | Yes | Array of {name: string, description?: string} objects |