GovTribe

Memory MCP response

MCP tool response payload returned when agents retrieve or create GovTribe memory records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
created_atstringCreated at attribute
memorystringMemory attribute
updated_atstringUpdated at attribute

Example

{
  "created_at": "2026-05-05T13:02:28Z",
  "govtribe_id": "MEMORY_ID",
  "govtribe_type": "memory",
  "memory": "User prefers concise opportunity summaries with source links when available.",
  "updated_at": "2026-05-05T13:02:28Z"
}

On this page