memory_greeting
Establishes a greeting memory for AI agents, scoping it to a specific agent or the shared store, and optionally recalls semantically related memories using session context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | agent keeps greeting scoped to this server agent identity. shared includes the whole store. Defaults to agent. | |
| context | No | Optional hint about this session. When provided, Audrey also returns semantically relevant memories. |