archive-completed-tasks
Move completed tasks older than a specified number of days to an archive list, decluttering active lists while keeping historical records intact.
Instructions
Move completed tasks older than a specified number of days from one list to another (archive) list. Useful for cleaning up active lists while preserving historical tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, only preview what would be archived without making changes | |
| sourceListId | Yes | ID of the source list to archive tasks from | |
| targetListId | Yes | ID of the target archive list | |
| olderThanDays | No | Archive tasks completed more than this many days ago (default: 90) |