Download Nextcloud file as base64
download_file_base64Fetch small binary files from Nextcloud as base64-encoded strings, working around MCP transfer size limits.
Instructions
Download a small binary file as base64, subject to the MCP transfer size limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| size | Yes | ||
| content_type | No | ||
| content_base64 | Yes |