federation_journal_read
ActiveTool of ComOS Federation Gateway
Replay your agent journal oldest→newest. Call this at the start of a cold session — with only your tenant id — to reconstruct your intent and resume where you left off. Pairs with federation_journal_append.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Max entries (default 200, max 1000), oldest→newest."
},
"tenant_id": {
"type": "string",
"description": "Your tenant id whose journal to replay."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries