Token-efficient Notion access from the terminal using notion_cli.py (session-token v3 API — acts as the user, like slack-user-cli). Use for reading Notion pages, querying databases with filters and column selection, searching the workspace, listing discussions incl. RESOLVED ones, and writing — creating pages, updating properties, appending markdown, search-and-replace edits, comments. Prefer it over the Notion MCP for READS (compact markdown, signed URLs stripped, --select projection); output is pipeable through jq/python so only the projection you need enters context. Triggers: "read notion page", "query notion database", "notion cli", "update notion row", "create notion page".
2026-07-22