get_document_content
Retrieve text content from SharePoint documents like txt, json, or md files by specifying file name and folder path.
Instructions
Get the content of a document from SharePoint. Works best with text-based files (txt, json, md, etc).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | No | Folder containing the document | |
| file_name | Yes | Name of the file to read |