get_note
Retrieve complete details of a single Notion page, including its body content, by providing the page ID. Use this tool to access full note information for workflow management.
Instructions
获取单篇笔记的完整详情(含 body 内容)。
Args: note_id: Notion 页面 ID include_content: 是否返回页面 body 内容,默认 True
Returns: 笔记详情,如果 include_content=True 则包含 content 字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| include_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||