Read Nextcloud text file
read_text_fileRead a text file from Nextcloud and return its contents, subject to the MCP transfer size limit.
Instructions
Read a UTF-8 text file, subject to the configured MCP transfer size limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| size | Yes | ||
| content | Yes | ||
| encoding | No | utf-8 |