Inkdrop MCP Server
Official
by inkdropapp
update-note
Update the existing note in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
_id | Yes | The unique document ID which should start with `note:` and the remains are randomly generated string | |
_rev | Yes | This is a CouchDB specific field. The current MVCC-token/revision of this document (mandatory and immutable). | |
body | Yes | The content of the note represented with Markdown | |
bookId | Yes | The notebook ID | |
status | No | The status of the note | |
title | Yes | The note title |