memory_list
List memory key names under a namespace without their values. Supports prefix matching and can list all namespaces when no namespace is given.
Instructions
列出指定命名空间下所有键名,不含值体。支持前缀匹配快速浏览。省略参数列出所有命名空间。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | 目标项目的绝对路径(如 D:/code/project-a)。省略则使用当前项目。 | |
| namespace | No | 命名空间前缀,如 project/。省略则列出全部。 |