search-notesAInkdrop MCP ServerFind notes by keyword using qualifiers like book, tag, status, title, or body. Returns truncated snippets; use read-note for full content.Apache 2.0
patch-noteAInkdrop MCP ServerUpdate a note's body by replacing an exact substring with new text, enabling partial edits without full content replacement.Apache 2.0
update-tagAInkdrop MCP ServerUpdate an existing tag's name or color in the database. Requires specifying all tag fields including unchanged ones.Apache 2.0
list-tagsAInkdrop MCP ServerRetrieve all tags from your Inkdrop notes to organize and filter content efficiently.Apache 2.0
read-noteAInkdrop MCP ServerRetrieve the full contents of a note by ID, with optional embedded template instructions for fill-out guidance.Apache 2.0
read-backlinksAInkdrop MCP ServerRetrieve backlinks for a note: get a list of notes that link to it, each returned as a link to the referring note.Apache 2.0
list-notebooksAInkdrop MCP ServerRetrieve a full list of notebooks stored in your Inkdrop database. Use this tool to organize and access your notes.Apache 2.0
list-notesBInkdrop MCP ServerLists notes from Inkdrop based on filters like notebook, tags, keyword, or sort order. Retrieve a subset for quick browsing; get full note content with read-note.Apache 2.0
create-tagBInkdrop MCP ServerCreate a new tag in the Inkdrop database by providing a name and selecting an optional color.Apache 2.0
update-noteBInkdrop MCP ServerUpdate specific fields of an existing note in the Inkdrop database. Only provided fields are changed; omitted fields remain intact.Apache 2.0
read-bookBInkdrop MCP ServerRetrieve a specific book from your Inkdrop notes database by providing its unique ID.Apache 2.0
read-tagCInkdrop MCP ServerRetrieve a specific tag from your Inkdrop database by providing its unique tag ID.Apache 2.0
create-noteCInkdrop MCP ServerCreate a new note in Inkdrop by specifying a notebook ID, title, and body in Markdown. Optionally assign tags and set a status.Apache 2.0