Skip to main content

Nextcloud — Notes

Nextcloud Notes — plain-text / Markdown notes synced to a Notes/ folder.

Integration IDnextcloud-notes
AuthNC session
Required NC appnotes
Sourceserver/integrations/nextcloudNotesTools.js

Tools

ToolPurpose
nextcloud_notes_listList all notes.
nextcloud_notes_searchSearch by title / content / tag.
nextcloud_notes_getRead one note.
nextcloud_notes_createCreate a new note.
nextcloud_notes_updateUpdate title / content / tags / category.
nextcloud_notes_appendAppend text to an existing note.
nextcloud_notes_deleteDelete.

Endpoints

GET /index.php/apps/notes/api/v1/notes
GET /index.php/apps/notes/api/v1/notes/{id}
POST /index.php/apps/notes/api/v1/notes
PUT /index.php/apps/notes/api/v1/notes/{id}
DELETE /index.php/apps/notes/api/v1/notes/{id}

Use cases

  • "Append today's standup summary to Daily/2026-05-09."
  • "Create a note titled Meeting prep with the brief from the calendar event."
  • "Find all notes tagged book and list them."

Common errors

ErrorCauseFix
Notes folder not configuredNC user hasn't opened the Notes app yetThey open it once; default folder created.
404 Not FoundNote ID stale (sync conflict)Re-search by title.