add_note
Create a new note by specifying a title and body content. Save personal notes as Markdown files for later listing, searching, or updating.
Instructions
Create a new note.
Args:
title: A short name for the note, e.g. "Groceries".
content: The body text of the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |