Memory MCP response
MCP tool response payload returned when agents retrieve or create GovTribe memory records through MCP tools.
- Data type: Memory data type
- Returned by: Search memories MCP tool; Create memories MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
created_at | string | Created at attribute |
memory | string | Memory attribute |
updated_at | string | Updated 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"
}