list_streams
List streams as hierarchical collections for organizing thoughts, with options to search, filter by parent, paginate, and include thought counts.
Instructions
List your streams (collections/folders for organizing thoughts). Streams can be nested hierarchically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| search | No | Search streams by name or description (case-insensitive) | |
| per_page | No | Items per page (default: 50, max: 100) | |
| parent_id | No | Filter by parent stream ID. Use "null" for root-level streams only. | |
| include_thought_count | No | Include count of thoughts in each stream |