You're viewing a demo portfolio

Join the waitlist
PRSM

federation_journal_read

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
federation_journal_read — ComOS Federation Gateway — PRSM MCP