Overview
Integrate Notion to create, organize, and manage pages, databases, and collaborative documentation directly from CORE. Access 15+ tools for complete knowledge management operations without leaving your workspace.Setup Guide
Authentication Type: OAuth 2.0
How to Connect
- Navigate to CORE Dashboard → Integrations
- Click on the Notion card
- Click Connect to authorize CORE
- You’ll be redirected to Notion to authorize the application
- Grant the required permissions (select specific workspaces or grant access to all)
- You’ll be redirected back to CORE once connected
Use Cases
When you ask CORE to perform Notion tasks, it uses MCP tools to execute your requests:Create and Organize Pages
Create and Organize Pages
Scenario: Quickly create structured notes and organize them hierarchicallyThe agent will:
- Use
notion_create_pageto create the main page - Use
notion_create_pagemultiple times with the parent set to create subpages - Organize the hierarchy automatically
Query and Update Databases
Query and Update Databases
Scenario: Extract data from databases and update recordsThe agent will:
- Use
notion_get_databaseto understand the schema - Use
notion_query_databasewith filters to find items in progress - Use
notion_update_pageon each result to update the date property
Search Knowledge Base
Search Knowledge Base
Scenario: Find specific pages or databases across your entire workspaceThe agent will use
notion_search to find matching pages and databases, returning results with metadata and links.Team Collaboration
Team Collaboration
Scenario: Enable team contributions and discussionsThe agent will:
- Use
notion_list_usersto get team members - Use
notion_get_pageto retrieve the page - Use
notion_get_commentsto check recent discussions
Project Documentation
Project Documentation
Scenario: Maintain up-to-date project documentationThe agent will:
- Use
notion_create_databasewith the specified properties - Use
notion_create_database_itemto add each milestone entry - Populate properties with the correct data types
Meeting Notes Automation
Meeting Notes Automation
Scenario: Organize meeting notes and action itemsThe agent will:
- Use
notion_get_databaseto understand the meetings schema - Use
notion_create_database_itemto create a new meeting entry - Populate all properties and create the content structure
Knowledge Base Management
Knowledge Base Management
Scenario: Maintain organized documentationThe agent will:
- Use
notion_query_databaseto find archived items - Use
notion_move_pagesto reorganize the hierarchy - Use
notion_update_pageto mark items as archived
Data Extraction and Analysis
Data Extraction and Analysis
Scenario: Extract structured data from databasesThe agent will:
- Use
notion_get_databaseto understand the schema - Use
notion_query_databasewith appropriate filters - Extract and format the data for analysis or export
Scopes
read_content- Read access to pages and databasesupdate_content- Create and update pagesinsert_content- Create and update databasesread_user- Access to user profile informationread_comment- Access to comments and discussionsinsert_comment- Create comments on pages and blocks
Available MCP Tools
The Notion integration provides 15+ tools for comprehensive knowledge management:- Page Management
- Database Operations
- Search & Discovery
- User Management
- Comments
| Tool Name | Description |
|---|---|
notion_create_page | Create one or more Notion pages with properties and content |
notion_get_page | Retrieve a page with full content, metadata, and all blocks |
notion_update_page | Update page properties or content with flexible editing commands |
notion_retrieve_page_property | Retrieve specific page property details |
notion_move_pages | Move pages or databases to a new parent location |
