Skip to content

feat: Notion Bridge — Tab layout tools (notion_write_create_tabs) #494

Description

@Delqhi

Enhancement Request

Add notion_write_create_tabs tool to the Notion MCP bridge for creating tab blocks in Notion pages.

API Capability

Since Notion API version 2026-03-11, tabs are supported as a block type:

{
  "type": "tab",
  "tab": {
    "children": [
      {
        "type": "paragraph",
        "paragraph": {
          "rich_text": [{"type": "text", "text": {"content": "Tab Label"}}],
          "icon": {"emoji": "📋"},
          "children": [...]
        }
      }
    ]
  }
}

Requirements

  • Create tab blocks with multiple tab panels
  • Support rich text content in each tab
  • Support nested children (paragraphs, headings, etc.)
  • Follow Bridged-External pattern (M6)
  • Permission: ask (destructive layout change)

Acceptance Criteria

  • Tool creates tab blocks via vibe-notion raw API
  • Multiple tab panels supported
  • Rich text content in each tab panel
  • Nested children created within tabs
  • Tests pass with go test -race
  • CHANGELOG.md + AGENTS.md updated

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions