v0.13.0
Added
- Batch Block Deletion Tools: New tools for efficient block deletion
delete-blocks-batch: Delete multiple blocks by IDs (max 100). Useget-block-childrenwithformat="simple"to get IDs first.clear-page-content: Delete all content from a page. Preserveschild_databaseandchild_pageby default. Usepreserve_types: []to delete everything.
- Block ID Retrieval Format:
get-block-childrennow supportsformat="simple"for lightweight ID + type + content output- Ideal for deletion target selection (much lighter than
jsonformat) - Returns:
{ blocks: [{ id, type, content }], has_more, next_cursor }
- Ideal for deletion target selection (much lighter than
Full Changelog: https://github.com/atikk-co-jp/notion-mcp-server/blob/main/CHANGELOG.md