Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_TOKENYesYour Notion integration token. Get it from https://www.notion.so/my-integrations → Create integration → Copy token → Share pages with integration

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pagesB

Page lifecycle: create, get, get_property, update, move, archive, restore, duplicate. Requires parent_id for create. Returns markdown content for get.

databasesB

Database operations: create, get, query, create_page, update_page, delete_page, create_data_source, update_data_source, update_database, list_templates. Accepts both database_id (from URL) and data_source_id (from workspace search) — auto-resolved. Databases contain data sources with schema and rows.

blocksB

Block-level content: get, children, append, update, delete. Page IDs are valid block IDs. update only works on text blocks (paragraph, headings, lists, quote, to_do, code). Supports tables, toggles, callouts, images, equations via markdown.

usersA

User info: list, get, me, from_workspace. list requires admin permissions — if it fails, use from_workspace (extracts users from accessible pages).

workspaceC

Workspace: info, search. Search returns pages/databases shared with integration. Use filter.object for type.

commentsB

Comments: list, get, create. Use page_id for new discussion, discussion_id for replies, comment_id for get.

content_convertB

Convert: markdown-to-blocks, blocks-to-markdown. Most tools handle markdown automatically.

file_uploadsA

File uploads: create, send, complete, retrieve, list. Upload files to Notion (max 20MB direct, multi-part for larger). Use base64 content for send.

helpA

Get full documentation for a tool. Use when compressed descriptions are insufficient.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Pages Tool Docs
Databases Tool Docs
Blocks Tool Docs
Users Tool Docs
Workspace Tool Docs
Comments Tool Docs
Content Convert Tool Docs
File Uploads Tool Docs

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/n24q02m/better-notion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server