notion-ops-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_TOKEN | No | Notion Personal Access Token. If not provided, OAuth authentication flow will be used. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_read_documentA | Resolve and fetch one or up to eight Notion pages by ID, URL, or unambiguous search, returning Markdown and revisions in one operation. |
| notion_publish_documentA | Create one or more Notion documents, or conflict-safely apply one or more edits to a document with bounded rebasing and post-write verification. |
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 2 tools
The two tools have clearly distinct purposes: one reads/fetches documents, the other creates or updates them. There is no overlap or ambiguity in their intended use.
Both tool names follow the exact same pattern: a 'notion_' prefix, a verb ('read' or 'publish'), and an object ('document'). The naming is perfectly consistent and predictable.
With only two tools, the server feels thin for the 'notion-ops' scope. However, each tool is broad and capable (bulk reads, conflict-safe writes), so it is borderline rather than severely underdeveloped.
The read and publish tools together cover searching/resolving, reading, creating, and updating documents, which covers most core workflows. The main gap is the lack of an explicit delete operation, but this is a minor omission given the server's apparent focus on content operations.