projects
List scoped memory groupings with counts to confirm where writes land, separating global unscoped entries from scoped ones.
Instructions
List the project scopes present in this store, with a memory count each — the map for all_projects
search and the check that your writes are landing where you think.
unscoped counts memories carrying no project stamp: they are GLOBAL (visible from every project), which
is what a store written before project scoping was adopted looks like, and why adopting a scope does not
hide anything you already had. active is this server's own scope (null = it sees everything).
Read-only, deterministic, no LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||