todoist_project_archive
Archive or unarchive a Todoist project to hide it from the main view or restore it.
Instructions
Archive or unarchive a project in Todoist. Archived projects are hidden from the main view but can be restored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID to archive/unarchive (takes precedence over project_name if both provided) | |
| project_name | No | Project name to search for and archive/unarchive (case-insensitive partial match) | |
| archive | No | True to archive the project, false to unarchive it (default: true) |