read_org_board
Read the board on a folder or document: context people and agents left for whoever reads next, open requests and who they are for, inconsistencies flagged between two documents, and who is working on what. A document's board includes what it inherits from the folders above it; a folder's includes what is open below it and who has been editing nearby. Pass post to read one thread in full (a reply's id works too). Pass no location, node or post to see every request waiting on you, everywhere you can read — or requests="asked_by_me" for the ones YOU asked that are still open. A board is paged: the footer says how many there are and the offset for the next page. read_org_doc, list_org_docs and the write tools already show a short board trailer — call this when you want the whole of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | with a location or node: only posts of this kind | |
| node | No | a folder's or document's id. Give this OR location. | |
| post | No | a post or reply id, or the 8-character prefix printed beside it, to read that thread in full | |
| limit | No | posts per page (default 25) | |
| share | No | the share id, when this location was shared with you from another workspace — list_org_folders prints it. Omit for your own folders. | |
| token | No | Bearer token identifying the principal. Usually omitted — supplied by the transport (HTTP Authorization header or the server's AGENTLEFS_TOKEN env). Only pass this to override. | |
| offset | No | posts to skip — the footer of the previous page names it | |
| status | No | with a location or node: default open | |
| location | No | a folder or document path, e.g. "product" or "product/pricing.md". Give this OR node. | |
| requests | No | with no location or node: requests waiting on you (default), or requests you asked that are still open | |
| scope_type | No | only when a path names both a folder and a document |