store_note
Use this tool when an agent needs to persist information, facts, context, or decisions for later retrieval. Store anything the agent should remember between sessions.
get_note
Use this tool when an agent needs to retrieve a specific previously stored note by its ID.
list_notes
Use this tool when an agent needs to browse all stored notes, optionally filtered by namespace or tags.
update_note
Use this tool when an agent needs to modify or append to an existing stored note.
delete_note
Use this tool when an agent needs to remove a note that is no longer relevant.
search_notes
Use this tool when an agent needs to find notes containing specific keywords, facts, or topics without knowing the exact note ID.