containers-list
List containers (folders) for organizing notes. Each container includes notes_count and children_count. Returns a JSON array, followed by a line stating the total for the folders it pages through and whether more pages remain; folders shared WITH you are appended in full on the first page and counted separately in that line. Optional: team_id (integer) for team containers, scope ('roots' default|'all'|'archived'), page, per_page. Shared containers are automatically included when listing root-level personal containers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| scope | No | Filter scope (default: roots). 'archived' lists archived folders (personal, or the team's with team_id). 'trashed' lists deleted folders still restorable via containers-restore, one entry per delete with restores_with counts. | |
| team_id | No | List containers in this team instead of personal containers. Omit it (or send null) for personal containers. | |
| per_page | No | Results per page |