tasks_add
Add multiple tasks with specified statuses and positions via batch processing in the MCP Tasks server. Use the CLI tool to integrate tasks atomically while AI processes data efficiently.
Instructions
Add new tasks with a specific status. It's faster and cheaper if you use this in batch. User can add atomically while AI works using the CLI add tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No | 0-based index to place the tasks. e.g.: - 0 for "Do this next" - Omit to place at the end ("Do this later") | |
source_id | No | Source ID from task_setup() response - Defaults to most recent in the workspace if not provided - Try to always provide it! - If you don't have it, ask the user for a file path and call task_setup() | |
status | Yes | You might need to infer it from the context: - "To Do" for tasks coming up next (e.g. "Do X next") - "In Progress" for what you'll do now (e.g. "First do X") - "Reminders" instructions for you (the AI) to be constantly reminded of - "Notes" to collect non-actionable notes | |
texts | Yes | Each text becomes a task |