Skip to main content
Glama

Notion MCP Server

index.ts415 B
import { NOTION_CREATE_PAGE_TOOL } from "./create_page"; import { NOTION_RETRIEVE_PAGE_TOOL } from "./retrieve_page"; import { NOTION_RETRIEVE_PAGE_PROPERTY_TOOL } from "./retrieve_page_property"; import { NOTION_UPDATE_PAGE_TOOL } from "./update_page"; export const NOTION_PAGES_TOOLS = [ NOTION_CREATE_PAGE_TOOL, NOTION_RETRIEVE_PAGE_TOOL, NOTION_RETRIEVE_PAGE_PROPERTY_TOOL, NOTION_UPDATE_PAGE_TOOL, ];

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/orbit-logistics/notion-mcp-server'

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