When using memory through tools given directly to the LLM, the tool descriptions influence how and when the LLM will choose to save long-term memories. However, there is not an easy way to control the tool descriptions. These descriptions exist in the client SDK, where, in theory, we could introduce method parameters to override them: https://github.com/redis/agent-memory-server/blob/main/agent-memory-client/agent_memory_client/client.py#L1088