List knowledge
list_knowledgeList knowledge files and folders for this company (names, slugs, sizes, folders). search matches file NAMES and folder-qualified slugs only — not body text — and walks nested folders. Omit search to browse one folder level. 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. Combined with search, starts the nested name search at that folder. Always-on docs live in canon/. | |
| search | No | Optional name-only filter (filename and folder-qualified slug, including nested folders). 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. |