# Notion MCP Tools ## Save Audit Report Save Knowledge Graph & Entity SEO audit reports to the OurDigital SEO Audit Log database. ### Database Configuration | Field | Value | |-------|-------| | Database ID | `2c8581e5-8a1e-8035-880b-e38cefc2f3ef` | | URL | https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef | ### Required Properties | Property | Type | Description | |----------|------|-------------| | Issue | Title | Report title (Korean + date) | | Site | URL | Entity website URL | | Category | Select | Knowledge Graph & Entity SEO | | Priority | Select | Critical / High / Medium / Low | | Found Date | Date | Audit date (YYYY-MM-DD) | | Audit ID | Rich Text | Format: KG-YYYYMMDD-NNN | ### Priority Mapping | Overall Score | Priority | |---------------|----------| | 0-25 | Critical | | 26-50 | High | | 51-75 | Medium | | 76-100 | Low | ### Example Usage ``` mcp__notion__notion-create-pages({ "parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"}, "properties": { "Issue": {"title": [{"text": {"content": "Knowledge Graph 엔티티 분석 - 2025-01-15"}}]}, "Site": {"url": "https://example.com"}, "Category": {"select": {"name": "Knowledge Graph & Entity SEO"}}, "Priority": {"select": {"name": "High"}}, "Found Date": {"date": {"start": "2025-01-15"}}, "Audit ID": {"rich_text": [{"text": {"content": "KG-20250115-001"}}]} } }) ``` ### Language Guidelines - Report content in Korean (한국어) - Keep technical English terms as-is (Knowledge Panel, Knowledge Graph, PAA, FAQ, schema) - URLs and code remain unchanged