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

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

## Extended by

-   [`MemoryAddToolConfig`](/pr-cms-3708/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/576da59fdc411b55036a7cf66d4e1659a67d4d0d/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/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/memory/types.ts#L193)

Custom tool description.