mnemosyne_spine_assignments
Audit memory auto-classification by inspecting spine assignments, whole-vault spine counts, and the taxonomy tree to verify placement quality and find spine IDs for filtering queries.
Instructions
Inspect how Mnemosyne classified its memories: chronicle → spine assignments for a vault (newest first), whole-vault per-spine counts, and optionally the global spine taxonomy tree. Use it to audit auto-classification quality ("did memories land in the RIGHT spines?"), to see a vault's composition at a glance, or to discover the taxon ids to pass as spine_type_filter in mnemosyne_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max assignments returned (default: 25 to stay context-friendly, server cap: 500). | |
| vault | No | Vault to inspect (case-insensitive). Default for this deployment: "DEV". | DEV |
| offset | No | Pagination offset (default: 0). | |
| spine_type | No | Restrict the assignment page to one spine taxon id (e.g. "DOCUMENT", "GIT"). Counts stay whole-vault. | |
| include_taxonomy | No | Also return the global spine taxonomy tree (natures → sub-spines). |