create_note
Create a new Apple Note with an HTML formatted title and body, and save it to a specified folder path for organized note-taking.
Instructions
Create a new note with specified name and content.
Supported HTML: , , , , , Best Practices: Use semantic HTML, add tags for spacing, avoid CSS styles Folders: Root level or nested paths (up to 5 levels deep) Limitations: No special chars in name, no complex CSS/JS
Example: name: "Project Report" body: "Status: In ProgressTask 1"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Note title wrapped in <h1> tags (e.g., '<h1>My Note Title</h1>') | |
| body | Yes | Note body content with appropriate HTML formatting (e.g., '<p>Content here</p>'). For proper spacing between two sections, use <br>. | |
| folder_path | No | Target folder path (e.g., 'Work' or 'Work/Projects/2024'). Defaults to 'Notes' | Notes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |