room_id.
Values are strings. Anything a consumer must reason about structurally (a
contract, a spec, a decision) belongs in context, not here.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Small key/value facts scoped to a room.
room_id.
| Tool | Arguments | Returns |
|---|---|---|
set_shared_var | roomId, key, value (string), agentId | Confirmation |
get_shared_var | roomId, key | { key, value, found } |
list_shared_vars | roomId | { vars: { … }, count } |