What you unlock
Page and database access
Search, read, and create pages across your entire Notion workspace without switching tabs.
Database queries
Query Notion databases with filters, read structured data, and update records directly from your agent.
Content management
Create and edit blocks, manage page content, and organize your workspace structure programmatically.
MCP-native connection
Notion uses MCP OAuth — the MCP server handles its own authentication flow, so setup is seamless.
Connect Notion
Authorize with Notion
Click Connect — Notion’s MCP server handles the OAuth flow automatically. You’ll be redirected to Notion to
authorize access to your workspace. Select the pages and databases you want to share, then confirm.
Agent tools
Notion tools are provided by the MCP server and discovered dynamically at connection time. The following are the core capabilities available.Pages
| Tool | Description |
|---|---|
| Search pages | Search for pages and databases across your workspace |
| Read page | Retrieve the full content of a page by ID |
| Create page | Create a new page in a database or as a child page |
| Update page | Update page properties and content |
Databases
| Tool | Description |
|---|---|
| Query database | Query a database with filters and sorts |
| Create database | Create a new database with a defined schema |
| Update database | Update database properties and schema |
Blocks
| Tool | Description |
|---|---|
| Read blocks | Retrieve child blocks of a page or block |
| Append blocks | Add new content blocks to a page |
| Update block | Update the content of an existing block |
| Delete block | Archive or delete a block |
Comments
| Tool | Description |
|---|---|
| List comments | Retrieve comments on a page or block |
| Create comment | Add a new comment to a page or discussion |
Triggers
Triggers are not yet available for Notion. Tools are fully supported — connect and start using them in any agent.
Example use cases
Build a knowledge base Q&A agent
Build a knowledge base Q&A agent
Connect Notion and let your agent search across wiki pages and databases. Ask a question in chat, and the agent
finds the relevant Notion page, reads the content, and provides an answer with a direct link.
Create meeting notes from a conversation
Create meeting notes from a conversation
After a discussion in chat, ask your agent to create a new Notion page with a structured summary — attendees,
decisions, and action items — and place it in the right database automatically.
Sync task data from Notion databases
Sync task data from Notion databases
Query a Notion project tracker database, summarize the current status of open tasks, and post a digest to your team
channel — all without leaving Mantle.
Troubleshooting
OAuth authorization fails
OAuth authorization fails
Agent can't find my pages
Agent can't find my pages
During the OAuth flow, Notion asks which pages and databases to share. If a page is missing, go to Settings →
Integrations → Notion, disconnect, and reconnect — this time selecting the additional pages.
I see 'unauthorized' errors when using tools
I see 'unauthorized' errors when using tools
Database queries return empty results
Database queries return empty results
Check that the database was shared during the OAuth authorization step. Also verify that your filter criteria match
existing records — try a broader query first to confirm access.
Back to Integrations
View all available integrations