GovTribe

Memory data type

A remembered piece of context associated with a user.

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

FieldTypeAttribute
govtribe_idstringGovTribe ID
govtribe_typestringGovTribe type
created_atstring | nullCreated at
memorystringMemory
updated_atstring | nullUpdated at

On this page