Skip to content

Commit eb6dc89

Browse files
committed
add tool use doc to write note for using empty string for root folder
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 795e339 commit eb6dc89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/basic_memory/mcp/tools/write_note.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ async def write_note(
6363
title: The title of the note
6464
content: Markdown content for the note, can include observations and relations
6565
folder: Folder path relative to project root where the file should be saved.
66-
Use forward slashes (/) as separators. Examples: "notes", "projects/2025", "research/ml"
66+
Use forward slashes (/) as separators. Use empty string ("") to write to project root.
67+
Examples: "notes", "projects/2025", "research/ml", "" (root)
6768
project: Project name to write to. Optional - server will resolve using the
6869
hierarchy above. If unknown, use list_memory_projects() to discover
6970
available projects.

0 commit comments

Comments
 (0)