list_remembered
Retrieve a list of cached context entries to see what knowledge the AI has stored. Filter by category and limit to inspect or refresh cached content.
Instructions
List all cached context entries for this project. Shows what knowledge the AI assistant has already cached, so you can decide whether to recall existing context or refresh it. Returns: key, category, size, TTL remaining, and a content preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| category | No | Filter by category (default: all) | |
| limit | No | Max entries to return (default: 50) |