Get Memory Stats
get_memory_statsRetrieve memory statistics from a Scrivener project, including ingested data and index size. Optionally scope to one document or include a detailed breakdown.
Instructions
Return statistics about the project's memory subsystem (the holographic/fractal memory that powers semantic search and continuity): how much has been ingested, index size, and related metrics. This is the single source for memory metrics. Optionally scope to one document or include a detailed breakdown. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | No | Optional document id to report memory stats for a single document instead of the whole project. | |
| includeDetails | No | Include a per-component breakdown rather than summary totals. Default false. |