Skip to content

v0.13.0

Choose a tag to compare

@youtyan youtyan released this 13 Jan 18:54
· 2 commits to main since this release
f867e68

Added

  • Batch Block Deletion Tools: New tools for efficient block deletion
    • delete-blocks-batch: Delete multiple blocks by IDs (max 100). Use get-block-children with format="simple" to get IDs first.
    • clear-page-content: Delete all content from a page. Preserves child_database and child_page by default. Use preserve_types: [] to delete everything.
  • Block ID Retrieval Format: get-block-children now supports format="simple" for lightweight ID + type + content output
    • Ideal for deletion target selection (much lighter than json format)
    • Returns: { blocks: [{ id, type, content }], has_more, next_cursor }

Full Changelog: https://github.com/atikk-co-jp/notion-mcp-server/blob/main/CHANGELOG.md