list_topics
List all topics in use across your memories, with counts for each.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | No | Filter by project |
Return Value
Section titled “Return Value”Returns topics sorted by memory count, with the total for each.
Examples
Section titled “Examples”List all topics
Section titled “List all topics”{}List topics for a project
Section titled “List topics for a project”{ "project": "my-project"}- Useful for checking topic consistency across memories
- Helps identify topics that should be renamed or reorganized
- Use consistent names: “preferences”, “architecture”, “debugging”, “patterns”, “conventions”, “workflow”