Skip to main content
Glama
gendosu

Notion MCP Server

by gendosu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 19 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues