Notion MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| API-get-userC | Notion | Retrieve a user |
| API-get-usersC | Notion | List all users |
| API-get-selfB | Notion | Retrieve your token's bot user |
| API-post-database-queryC | Notion | Query a database |
| API-post-searchC | Notion | Search by title |
| API-get-block-childrenC | Notion | Retrieve block children |
| API-patch-block-childrenC | Notion | Append block children |
| API-retrieve-a-blockC | Notion | Retrieve a block |
| API-update-a-blockC | Notion | Update a block |
| API-delete-a-blockC | Notion | Delete a block |
| API-retrieve-a-pageC | Notion | Retrieve a page |
| API-patch-pageC | Notion | Update page properties |
| API-post-pageC | Notion | Create a page |
| API-create-a-databaseC | Notion | Create a database |
| API-update-a-databaseC | Notion | Update a database |
| API-retrieve-a-databaseC | Notion | Retrieve a database |
| API-retrieve-a-page-propertyC | Notion | Retrieve a page property item |
| API-retrieve-a-commentC | Notion | Retrieve comments |
| API-create-a-commentC | Notion | Create comment |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
Most tools have distinct purposes targeting specific Notion resources like blocks, pages, databases, comments, and users, with clear action verbs. However, 'API-retrieve-a-block' and 'API-get-block-children' could be slightly confusing as both involve blocks, though one fetches a single block and the other its children.
Tool names follow a consistent 'API-verb-a-noun' pattern with minor deviations like 'API-get-users' (plural) and 'API-post-database-query' (includes 'query'). The pattern is mostly uniform, making tools predictable and readable, though not perfectly standardized.
With 19 tools, the count is slightly high but reasonable for Notion's broad API scope covering blocks, pages, databases, comments, and users. It provides comprehensive coverage without being overwhelming, though it borders on the heavy side.
The tool set offers complete CRUD and lifecycle coverage for Notion's core resources: create, retrieve, update, and delete operations for blocks, pages, databases, and comments, plus user management and search. No obvious gaps exist for typical agent workflows in this domain.