list_collections
Retrieve all organization collections to locate boards that may be nested inside folders, then use the collection name to list its boards.
Instructions
List all collections (folders) in the organization.
Collections are folders that contain boards. If you're looking for a board but can't find it with list_boards, it may be inside a collection.
Use the collection name with list_boards(collection="name") to see boards inside that collection.
Returns: A list of collections with their IDs and names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||