add_note
Save a new note as Markdown by providing a title, content, and optional tags for grouping.
Instructions
Save a new note.
Args:
title: Short title for the note.
content: The body of the note, as Markdown.
tags: Optional labels for grouping, e.g. ["work", "ideas"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||