# Notion MCP Tools ## Database: OurDigital SEO Audit Log - **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` - **URL**: https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef ## Required Properties | Property | Type | Description | |----------|------|-------------| | Issue | Title | Report title in Korean + date | | Site | URL | Tracked website URL | | Category | Select | "AI Search Visibility" | | Priority | Select | Based on SOV trend (Critical, High, Medium, Low) | | Found Date | Date | Report date (YYYY-MM-DD) | | Audit ID | Rich Text | Format: AI-YYYYMMDD-NNN | ## Usage Use `notion-create-pages` to save audit results: ```json { "parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": { "Issue": {"title": [{"text": {"content": "AI 검색 가시성 분석 - example.com (2025-01-15)"}}]}, "Site": {"url": "https://example.com"}, "Category": {"select": {"name": "AI Search Visibility"}}, "Priority": {"select": {"name": "Medium"}}, "Found Date": {"date": {"start": "2025-01-15"}}, "Audit ID": {"rich_text": [{"text": {"content": "AI-20250115-001"}}]} } } ``` ## Priority Guidelines | Condition | Priority | |-----------|----------| | SOV decreasing >10% | Critical | | SOV decreasing 3-10% | High | | SOV stable, low (<10%) | Medium | | SOV increasing or high (>25%) | Low |