Defined in: [src/memory/types.ts:189](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/memory/types.ts#L189)

Configuration for customizing a memory tool’s name or description.

## Extended by

-   [`MemoryAddToolConfig`](/pr-cms-3648/docs/api/typescript/MemoryAddToolConfig/index.md)

## Properties

### name?

```ts
optional name?: string;
```

Defined in: [src/memory/types.ts:191](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/memory/types.ts#L191)

Custom tool name.

---

### description?

```ts
optional description?: string;
```

Defined in: [src/memory/types.ts:193](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/memory/types.ts#L193)

Custom tool description.