{
  "name": "notion-halfdozen-create-something",
  "display_name": "BLOND:ISH Second Brain Notion",
  "version": "1.0.0",
  "description": "Single-workspace BLOND:ISH Second Brain Notion. Full Notion tools; no Composio.",
  "workspaces": [
    {
      "id": "client",
      "label": "Second Brain",
      "description": "BLOND:ISH Second Brain Notion workspace"
    }
  ],
  "tools": [
    "notion_search",
    "notion_list_databases",
    "notion_get_database",
    "notion_query_database",
    "notion_get_page",
    "notion_list_block_children",
    "notion_create_page",
    "notion_update_page",
    "notion_append_blocks",
    "notion_archive_page",
    "notion_archive_block",
    "notion_bulk_update",
    "notion_bulk_archive",
    "notion_create_database",
    "notion_update_database"
  ],
  "auth": {
    "client": "NOTION_CLIENT_API_KEY — Second Brain"
  },
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse"
  }
}