get_context
Get the structured context summary for a room.
Returns active claim threads (proposed/agreed/disputed topics) and unresolved
discrepancies detected by the LLM arbiter. Most useful for premium rooms after
several messages — gives you a compact view of what's been agreed and contested
without reading the full message history.
Returns {threads: [...], discrepancies: [...], context_hash, protocol_mode}.
Args:
uuid: Room UUID or full room URL.
Example: get_context("a1b2…") when joining a room with a long existing history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Room UUID or full room URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads | Yes | ||
| context_hash | Yes | ||
| discrepancies | Yes | ||
| protocol_mode | Yes |