update-note
Modify notes in Inkdrop's database by updating title, content, status, or notebook, ensuring accurate and current information storage.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Inkdrop MCP Server
Related Tools
- @inkdropapp/mcp-server
- @inkdropapp/mcp-server
- @inkdropapp/mcp-server
- @daikw/mcp-server-on-raspi
- @adamdude828/mcp-browser-use