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

# Variable: listRetrievablesTool

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

Defined in: [batteries/tools/retrievables/index.ts:61](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/tools/retrievables/index.ts#L61)

List every retrievable record currently held by the active execution context.

## Remarks

Delegates to `ctx.fetchRetrievables()`. Returns a JSON-encoded array of retrievable records
(id, content, trustTier, source, kind, score, createdAt, updatedAt).
