read_knowledge
Read a Markdown knowledge file by slug. Slugs are folder-qualified with NO file extension (e.g. "canon/tim-voice-guide", "content-captures/2026-07-06-forgiveness-and-the-debt") — never repo-style paths, never ".md". Returns the full content plus a list of available sections. Use this to load guidelines, SOPs, or strategies before doing work that needs to reference them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Folder-qualified slug with no extension, e.g. "canon/tim-voice-guide" (from list_knowledge or a save_knowledge result). Never a repo-style path, never ".md". | |
| scope | No | "company" (default) reads a company-shared file; "personal" reads from the current user's private notes. | |
| companyId | No | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |