Skip to main content
Glama

Notion MCP Server

update_page.ts500 B
import { NotionClient, notionClient } from "../../notion/client"; import { defineTool } from "../../utils/defineTool"; type UpdatePageInput = Parameters<NotionClient["pages"]["update"]>[0]; export const NOTION_UPDATE_PAGE_TOOL = defineTool((z) => ({ name: "notion_update_page", description: "Update a page in Notion.", inputSchema: { updateOptions: z.custom<UpdatePageInput>(), }, handler: async (input) => { return await notionClient.pages.update(input.updateOptions); }, }));

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