Skip to content

v1.1.0

Choose a tag to compare

@craftzdog craftzdog released this 18 Mar 05:24
· 32 commits to main since this release

New tools

  1. list-notes: List all notes in a specified notebook.
    • Required inputs:
      • bookId: The notebook ID. It always starts with 'book:'.
    • Optional inputs:
      • tagIds: An array of tag IDs to filter. Each starts with 'tag:'.
      • keyword: Keyword to filter notes.
      • sort: Sort field (updatedAt, createdAt, or title). Default: updatedAt.
      • descending: Reverse the order of output. Default: true.
    • Note: Results include truncated note bodies (200 characters). Use read-note to get full content.
  2. list-tags: Retrieve a list of all tags.