Skip to main content
Glama
TTaoGaming
by TTaoGaming

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_API_KEYYesNotion integration token. Required. Must be kept secret; never commit to source control.
NOTION_API_VERSIONNoPin a supported Notion API version. Default: 2026-03-11.2026-03-11
NOTION_API_BASE_URLNoOverride the API origin for tests or an approved proxy. Default: https://api.notion.com.https://api.notion.com

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
notion_statusA

Report non-secret server configuration without calling Notion.

search_notionB

Search pages or data sources shared with the Notion integration.

get_pageA

Retrieve a Notion page and its property values by page ID.

create_pageC

Create a Notion page under a page or data source parent.

update_pageA

Update page properties, icon, cover, lock state, or trash state.

get_databaseA

Retrieve a database container and discover its child data source IDs.

query_data_sourceB

Query a Notion data source with compound filters, sorts, and pagination.

list_block_childrenB

List the child blocks beneath a page or block.

append_block_childrenC

Append block children using the current Notion position object API.

get_blockA

Retrieve one Notion block by ID.

update_blockB

Update a Notion block using a validated JSON object payload.

delete_blockA

Move a Notion block to trash. This is a destructive operation.

Prompts

Interactive templates invoked by user choice

NameDescription
notion_workflowPrepare a read-first Notion workflow using this server's tools.

Resources

Contextual data attached and managed by the client

NameDescription
notion-server-statusNon-secret configuration and supported surface summary.

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/TTaoGaming/mcp-notion-fast'

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