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

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

## Extended by

-   [`MemoryAddToolConfig`](/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/ec1c0db842d3a9a35c08f7a0b2dc132370baa0fa/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/ec1c0db842d3a9a35c08f7a0b2dc132370baa0fa/strands-ts/src/memory/types.ts#L193)

Custom tool description.