create_note
Creates a new note in a notebook with specified title, content, and optional topics.
Instructions
Create a new note.
Args:
notebook_id: Notebook ID to add note to
title: Note title
content: Note content
topics: Optional list of topics
Returns:
Created note details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| topics | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||