create_notion_page
Create a Notion page from analysis results. Converts markdown content into Notion blocks and notifies if a page with the same title already exists.
Instructions
분석 결과를 Notion 페이지로 생성한다.
자유 형식 텍스트(마크다운)를 Notion 블록으로 변환하여 페이지를 생성한다. 동일 제목의 페이지가 이미 있으면 안내한다.
Args:
title: 페이지 제목 (예: "[general] 분석 결과 - 2024-01-15")
content: 분석 결과 텍스트 (마크다운 형식 지원: #, ##, ###, -, *, **, 코드, 링크, 취소선)
Returns: 생성된 Notion 페이지 URL 또는 에러 메시지
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |