---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/memory/variables/listMemoriesTool.md
description: List every memory currently held by the active execution context.
---

# Variable: listMemoriesTool

```ts
const listMemoriesTool: Tool<SpooledJsonArtifact<unknown>>;
```

Defined in: [batteries/tools/memory/index.ts:51](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/tools/memory/index.ts#L51)

List every memory currently held by the active execution context.

## Remarks

Delegates to `ctx.fetchMemories()`. Returns a JSON-encoded array of memory records (id,
content, confidence, importance, createdAt, updatedAt). The model can use the `id` values
to drive subsequent `update_memory` / `delete_memory` calls.
