Memory data type
A remembered piece of context associated with a user.
- Web: GovTribe AI memories
- MCP: Create memories MCP tool, Delete memories MCP tool, Search memories MCP tool, Update memories MCP tool
Notes
Memory records store reusable GovTribe AI context for one user. User-added memories are permanent until the user deletes them or asks GovTribe AI to change them. Lifecycle-managed memories can include review and strength metadata so GovTribe AI can reinforce useful context or let stale context fade.
Memory MCP tools can include lifecycle metadata in addition to the core attributes below. Create_Memories requires a future expires_at review date, and Update_Memories can preserve or change an existing future review date. In returned memory payloads, use is_permanent to identify permanent user-added or legacy memories; do not treat a missing or null expires_at value by itself as the permanence signal.
Attributes
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID |
govtribe_type | string | GovTribe type |
created_at | string | null | Created at |
memory | string | Memory |
updated_at | string | null | Updated at |