list_notion_pages
Retrieves a list of Notion subpages under a given parent page, falling back to a configured default if omitted.
Instructions
Notion 상위 페이지 하위의 페이지 목록을 조회한다.
상위 페이지를 지정하지 않으면 NOTION_PARENT_PAGE_URL 환경변수의 페이지를 사용한다.
Args: parent_page_url_or_id: 상위 페이지 URL 또는 ID (미지정 시 환경변수 사용)
Returns: 하위 페이지 목록 (JSON 형식: [{"id": "...", "title": "..."}])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_page_url_or_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |