Skip to main content
Glama
trilogy-group

cs-ai-notion-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_API_KEYYesYour Notion Integration Token, created at https://www.notion.so/my-integrations

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_pagesD
get_pageD
create_pageD
update_pageD
get_page_blocksD
append_blocksD
delete_pageD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 7 tools

Disambiguation5/5

Each tool focuses on a distinct operation: searching, retrieving, creating, updating, deleting pages, plus fetching and appending blocks. There is no overlap in purpose, and the actions are easily distinguishable.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., search_pages, create_page, get_page_blocks). The pattern is uniform and predictable.

Tool Count5/5

With 7 tools, the set is well-scoped for a Notion page management server. Each tool covers a core operation without redundancy or bloat.

Completeness4/5

The domain covers basic page lifecycle (CRUD + search) and block interactions (get/append). Minor gaps exist (e.g., update/delete blocks), but the core workflows for page management are well covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues