Notes

local

notes-tools

Save, search, and manage personal notes. Free-form markdown text with tags.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (6)

  • notes_create
    Save a note for this user. Title is required, body is optional Markdown. Add tags to organize.
  • notes_list
    List the user's notes. Optionally filter by tag or search text.
  • notes_read
    Read the full body of a specific note.
  • notes_search
    Full-text search across the user's notes.
  • notes_update
    Update a note's title/body/tags.
  • notes_delete
    Delete a note.