list_collections
Lists all collections (folders) in the organization. Use to find boards that may be inside collections and then query boards with the collection name.
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 | |||