Converts Notion databases and pages to structured Markdown format using Notion MCP. Use when working with Notion data visualization, documentation, or exporting Notion content.
Notion MCPを使用してNotionのdatabaseやページを取得し、AI可読性の高いMarkdown形式に変換します。
mcp__Notion__notion-search - Notion全体を検索(semantic search)mcp__Notion__notion-fetch - 特定のページやdatabaseを取得mcp__Notion__notion-create-pages - 新規ページ作成mcp__Notion__notion-update-page - ページ更新# Database: [Database Name]
## スキーマ
| プロパティ名 | タイプ | 説明 |
|------------|--------|------|
| Name | title | タイトルプロパティ |
| Status | select | ステータス選択 |
| Date | date | 日付 |
## ページ一覧
| Name | Status | Date | ... |
|------|--------|------|-----|
| ページ1 | 進行中 | 2026-01-06 | ... |
| ページ2 | 完了 | 2026-01-05 | ... |
# [Page Title]
## メタデータ
- **作成日**: 2026-01-06
- **最終更新**: 2026-01-06
- **作成者**: User Name
- **ステータス**: draft/current
## プロパティ
- **Status**: 進行中
- **Date**: 2026-01-06
- **Tags**: tag1, tag2
## コンテンツ
[ページの本文をNotion-flavored Markdownで表示]
## 検索結果: "{query}"
### ページ
| タイトル | タイプ | 最終更新 | URL |
|---------|--------|----------|-----|
| ... | ... | ... | ... |
### Databases
| タイトル | 説明 | URL |
|---------|------|-----|
| ... | ... | ... |
mcp__Notion__notion-fetchでdatabase IDを指定して取得mcp__Notion__notion-searchでキーワード検索mcp__Notion__notion-fetchで詳細取得mcp__Notion__notion-fetchで取得[未設定]と表示<custom data-type="..."> タグの適切な変換https://notion.so/workspace/Page-Title-{page-id}https://notion.so/workspace/{database-id}https://notion.so/workspace/{database-id}?v={view-id}「Task ManagementデータベースをMarkdown形式で出力して」
→ Database fetch + Schema解析 + ページ一覧取得 + Markdown変換
「Notionで"ミーティング議事録"を検索してMarkdown化して」
→ Search + Fetch + Markdown変換
「このNotionページをMarkdown形式で: https://notion.so/...」
→ Page fetch + Markdown変換
「プロジェクトデータベースの全ページをテーブルで表示」
→ Database fetch + ページ一覧取得 + Markdownテーブル生成