Variable: listRetrievablesTool
ts
const listRetrievablesTool: Tool<SpooledJsonArtifact<unknown>>;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).