get_article
Fetch a specific Apple Notes note by ID to get its article title and HTML content.
Instructions
读取 Apple Notes 中指定 ID 的笔记内容,返回文章标题和 HTML 内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | 笔记 ID,格式为 Core Data 路径,如 "x-coredata://UUID/ICNote/p1234" |