read_knowledge_file
Get the extracted text of a registered knowledge file (PDF, DOCX, XLSX, TXT, MD) by name. Limits access to files you registered, returning content only for authorized documents.
Instructions
Return the extracted TEXT of one registered knowledge file (pdf, docx, xlsx, txt, md...). Returns {name, kind, text}. Access is limited to the files/folders the user registered in the account identity — arbitrary paths, parent-directory tricks and files outside that set return {error: ...} instead of content. Read-only, local.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name (or a distinctive part of it) as shown by list_knowledge_files; case-insensitive partial match, first match wins. | |
| account_id | No | Account to operate on (integer id from list_accounts). Omit or null = the user's active account. |