assetcore_read_freshness
AssetCore is a deterministic structured memory substrate. It stores all world state explicitly in containers and modifies that state through atomic, replayable transactions. Retrieve projection freshness watermarks to measure how fresh the memory views are.
Details
AssetCore is a deterministic structured memory substrate. It stores all world state explicitly in containers and modifies that state through atomic, replayable transactions. Retrieve projection freshness watermarks to measure how fresh the memory views are.
Fetches projection watermarks from /v1/read/namespaces/{namespace_id}/freshness without additional health metadata. Returns server/client correlation ids plus freshness {namespace, world_seq, commit_log_world_seq, lag, lag_ms} so dashboards and clients can enforce staleness budgets.
Protocols
- MCP
- OpenAI
- Gemini
Input Schema
{
"properties": {
"namespace_id": {
"description": "Required namespace identifier for all namespaced operations.",
"minimum": 1,
"type": "integer"
}
},
"required": [
"namespace_id"
],
"type": "object"
}
Examples
No examples are currently available for this tool.