list_projects
Retrieve OmniFocus projects with optional filters for status, folder, or flagged state. Excludes done and dropped by default, returning details such as folder path, status, and type.
Instructions
List projects in OmniFocus. By default, done and dropped projects are excluded — pass filter.status to override. Optional filter fields: status (array of status strings), folderId (restricts to that folder's subtree), flagged (boolean). Results are capped at limit (default 100). Each project includes folderId and flagged in addition to id, name, folderPath, status, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return. Defaults to 100. | |
| filter | No | Optional filters. All fields combine as AND. When status is omitted, done and dropped projects are excluded by default. |