statewave_list_subjects
List memory subjects with per-subject episode and memory counts to find subject IDs for use with other tools. Supports pagination via limit and offset.
Instructions
List the memory subjects this Statewave instance knows about, with per-subject episode and memory counts. Read-only. Use it to discover which subject id to pass to the other tools (e.g. repo:owner.name) — especially in chat clients that have no repository context. Returns a paginated array of subjects (subject id, episode_count, memory_count) plus a total count; page through larger instances with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of subjects to return (1–200, default 50). | |
| offset | No | Number of subjects to skip from the start of the list, for pagination (default 0). |