remind_list_entities
List all classes and chats as they appear in the Remind sidebar, including unread counts, and get the UUIDs needed by other tools. Filter by name or page with a cursor.
Instructions
List everything in the Remind sidebar — classes and chats — as the app itself renders it, with unread counts. This is the entry point: it yields the uuids the other tools take. Optionally filter with a search query, and page with the returned cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter by name. | |
| cursor | No | `cursor` from a previous call, to page. |