moa_board_list
List live blackboard entries for multi-agent debates, showing key metadata (author, timestamp, tags, bytes) without values. Inspect state at workspace, global, or task scope.
Instructions
Lightweight browse of the blackboard: one row per live key with {key, author, ts, tags, bytes} (no values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |