list_org_docs
List the documents you are authorized to read in a folder. Use this to browse; use search_org_knowledge to answer a question. Filtering by label matches labels INHERITED from a folder or directory as well as a document's own, so a folder's label returns everything inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | deprecated alias for `label` | |
| type | No | only documents of this type (meeting-notes, playbook, spec, brand-asset, web-clip, contract, misc); set it with frontmatter on write | |
| label | No | label to filter by — matches a document's own labels AND any inherited from a folder or directory above it. Organization only; labels never affect what you are allowed to read | |
| limit | No | max results this page (clamped to the server cap MAX_PAGE_SIZE) | |
| 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 | results to skip — pass the previous page's nextOffset to page | |
| location | Yes | full path from the workspace root, e.g. "handbook/vendor/acme.md" (as printed by list_org_docs or search_org_knowledge) |