mimir_state_list
List all stored state keys, optionally filtered by prefix, to discover what entries exist without knowing exact keys.
Instructions
List all state keys, optionally filtered by a key prefix. Use this to discover what state entries exist without knowing exact keys ahead of time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Only return keys that start with this prefix |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | Matching state keys | |
| total | No | Number of keys returned |