list_projects
List all projects and folders to get their IDs and names. Use this to find the projectId needed for task operations.
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 | |||