What's New
Forms tools (25 new tools)
Full OCS v3 coverage of the Nextcloud Forms app — surveys, polls, questionnaires. Read/create/update/delete for forms, questions, options, shares, submissions, plus spreadsheet export.
- Read (6):
list_forms,get_form,list_questions,get_question,list_submissions,get_submission - Write (13):
create_form,update_form,create_question,update_question,reorder_questions,create_options,update_option,reorder_options,create_form_share,update_form_share,submit_form,update_submission,export_submissions - Destructive (6):
delete_form,delete_question,delete_option,delete_form_share,delete_submission,delete_all_submissions
Files Reminders tools (3 new tools)
get_file_reminder, set_file_reminder, remove_file_reminder — per-file reminder notifications.
Binary/streaming upload tools
upload_file_binary— base64-encoded binary upload with MIME inference.upload_file_from_path— stream a local file to Nextcloud. Off by default; enabled viaNEXTCLOUD_MCP_UPLOAD_ROOT, restricted to files inside that root (symlinks resolved).
Bug fixes
- Forms follow-up: corrected
update_formdocstring (pathis the key used to link a submissions spreadsheet, notfilePath); deterministic submission ordering in tests; test-cleanup tagging.
Stats
- 126 tools (+1 when
NEXTCLOUD_MCP_UPLOAD_ROOTis configured) - 22 Nextcloud apps
- 908 tests