upload_file
Save or update text files in Nextcloud by writing provided content to a path, creating the file if it doesn't exist or replacing it if it does.
Instructions
Create or overwrite a file in Nextcloud with the given text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination path relative to user root (e.g. 'Documents/notes.md') | |
| content | Yes | Text content to write to the file |