Skip to main content
Glama

notion-mcp-server

archive_page

Archive (trash) a Notion page by providing its page ID. This tool integrates with the Notion MCP server to manage content removal efficiently and programmatically.

Instructions

Archive (trash) a Notion page

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe ID of the page to archive

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "description": "The ID of the page to archive", "type": "string" } }, "required": [ "pageId" ], "type": "object" }

You must be authenticated.

Other Tools from notion-mcp-server

Related Tools

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

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