list_projects
List all projects with IDs and names to find the projectId required for creating or updating tasks.
Instructions
Read-only. List the projects / folders in the store, each with its id and name. Call this first to discover the projectId you need for get_task, create_task, or update_task. Returns an array of { id, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||