create_note
Create a new note by specifying a title and optional directory. Store the note in your local knowledge base for later retrieval.
Instructions
Create a new note with the specified title.
Args: title (str): Title of the note to create directory (str): Directory to create the note in (optional)
Returns: str: JSON string containing path information for the created note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| directory | No |