moa_board_read
Fetch live board entries filtered by key or tag, showing newest first with a configurable limit, to get current values at a glance.
Instructions
Read live entries from the blackboard (deleted keys never appear). With key: that key's latest entry; with tag: entries carrying the tag; with neither: every key's latest value. Newest first, capped by limit (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| tag | No | ||
| limit | No | Max entries to return (default 100, hard cap 1000) | |
| scope | No | Board scope: "workspace" (default — persisted, shared by all sessions of this project), "global" (persisted, cross-project), or "task:<task_id>" (debate-local, archived with the task). | |
| workspace | No | Optional absolute project path for workspace scope; omitted keeps the server workspaceCwd default. |