list_knowledge
List knowledge files and folders for this company (names, slugs, sizes, folders). search matches file NAMES only — not body text. Read a body with read_knowledge by slug. Always-on files live in canon/ (injected into chat and skill gen within a size budget); everything else is on-demand via read_knowledge. Use when discovering what knowledge exists before reading a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Optional folder to list contents of (e.g., "canon", "partners"). Omit to list the root level. Always-on docs live in canon/. | |
| search | No | Optional name-only filter (filename/slug). Does not search file bodies — use read_knowledge by slug for content. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |