m365_files_read
Retrieve the content of a text file from Microsoft 365 using its item ID, with an optional maximum size limit (default 50 KB).
Instructions
Read a file's content (text files only, max 50KB by default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | File item ID from list/search | |
| maxBytes | No | Max bytes to read (default 50000) |