{
  "name": "notion-halfdozen-create-something",
  "display_name": "Notion Half Dozen × BLOND:ISH",
  "version": "1.0.0",
  "description": "Half Dozen internal and BLOND:ISH Notion. Full Notion tools; no Composio.",
  "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": {
    "halfdozen": "NOTION_API_KEY — Half Dozen",
    "client": "NOTION_CLIENT_API_KEY — BLOND:ISH"
  },
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse"
  },
  "blondish_ticket_sync": {
    "enabled": false,
    "endpoints": {
      "preflight": "/blondish-ticket-sync/preflight",
      "webhook": "/blondish-ticket-sync/webhook",
      "run_create": "/blondish-ticket-sync/run-create",
      "run_status": "/blondish-ticket-sync/run-status"
    }
  }
}