{
  "document_type": "pitch_deck",
  "tools": [
    {
      "name": "getOverview",
      "description": "Returns the overall structure, key financial highlights, and core summary of the Samsung Display 2025 Investor Presentation.",
      "params": [],
      "data": {
        "title": "SAMSUNG DISPLAY Investor Presentation 2025",
        "summary": "A comprehensive update on Samsung Display's 2024 financial performance, market leadership in OLED, future growth opportunities in foldables, core technology pillars (LEAD, QD-OLED), and ESG achievements.",
        "key_performance_2024": {
          "revenue": "$21B",
          "profit": "$2.7B",
          "smartphone_display_market_share": "41% (#1)",
          "smartphone_amoled_market_share": "46% (#1)"
        },
        "agenda": [
          "BUSINESS UPDATE",
          "BUSINESS OPPORTUNITIES",
          "SAMSUNG STRATEGY",
          "SAMSUNG DISPLAY ESG"
        ]
      }
    },
    {
      "name": "getSectionContent",
      "description": "Returns detailed content and data from a specific section or page of the presentation.",
      "params": [
        {
          "name": "section",
          "type": "string",
          "description": "The section name (e.g., 'BUSINESS UPDATE', 'SAMSUNG STRATEGY') or page number (1-17).",
          "required": true
        }
      ],
      "data": {
        "sections": [
          {
            "id": "business_update",
            "pages": [
              3,
              4,
              5
            ],
            "topics": [
              "2024 Financials",
              "Market Share",
              "Small-Medium Display Portfolio",
              "Premium Large Display Portfolio"
            ]
          },
          {
            "id": "business_opportunities",
            "pages": [
              7,
              8
            ],
            "topics": [
              "OLED Revenue Growth (CAGR 13%)",
              "Foldable Smartphone Forecast",
              "OLED Expansion by Size"
            ]
          },
          {
            "id": "samsung_strategy",
            "pages": [
              10,
              11,
              12,
              13,
              14
            ],
            "topics": [
              "Diamond Pixel™",
              "LEAD™ Technology",
              "All New QD-OLED (Brighter, Faster, Higher)",
              "Industry Awards"
            ]
          },
          {
            "id": "esg",
            "pages": [
              16,
              17
            ],
            "topics": [
              "Waste Recycling (99.5%)",
              "GHG Reduction",
              "Glass Upcycling",
              "Plastic Tray Recycling (91M PET bottles/year)"
            ]
          }
        ]
      }
    },
    {
      "name": "getMarketInsights",
      "description": "Provides market share data, growth forecasts for OLED and Foldable segments, and industry CAGR.",
      "params": [],
      "data": {
        "market_share": {
          "smartphone_display": "41%",
          "smartphone_amoled": "46%",
          "source": "Omdia, Revenue base"
        },
        "oled_growth_forecast": {
          "cagr": "13%",
          "revenue_share_projection": {
            "2016": "15%",
            "2022": "34%",
            "2025": "41%",
            "2028": "45%"
          }
        },
        "foldable_market_share_in_smartphones": {
          "2025": "8%",
          "2028": "21%"
        }
      }
    },
    {
      "name": "getTechnologySpecs",
      "description": "Retrieves technical specifications and unique value propositions for Diamond Pixel, LEAD, and QD-OLED technologies.",
      "params": [
        {
          "name": "technology",
          "type": "string",
          "description": "Specific technology to query: 'Diamond Pixel', 'LEAD', or 'QD-OLED'.",
          "required": false
        }
      ],
      "data": {
        "diamond_pixel": {
          "feature": "Human eye-like structure",
          "benefit": "Optimized for straight/diagonal shapes, sharp text rendering",
          "design": "Larger green pixels (eyes are more sensitive to green)"
        },
        "lead_technology": {
          "acronym": "Low Power, Eco-Friendly, Augmented Brightness, Designed to Slim & Light",
          "innovation": "Integrated polarizer (removes separate layer)",
          "impact": "Higher light transmission and thinner design"
        },
        "qd_oled_2025": {
          "brighter": "4,000nit (Hyper Efficient EL 3.0)",
          "faster": "500Hz Refresh Rate (VESA ClearMR 21,000 score)",
          "higher": "160ppi Pixel Density (Pico Inkjet Pro, 153μm pixel size)"
        }
      }
    },
    {
      "name": "getProductLineup",
      "description": "Returns the available sizes and categories for Samsung Display's small-medium and large display products.",
      "params": [],
      "data": {
        "small_medium": [
          "Smart Watch",
          "Smartphone",
          "Foldable Phone",
          "Tablet",
          "Note PC",
          "Automotive"
        ],
        "large_display_tv": [
          "55\"",
          "65\"",
          "77\""
        ],
        "large_display_monitor": [
          "27\"",
          "31.5\"",
          "34\"",
          "49\""
        ]
      }
    },
    {
      "name": "getESGMetrics",
      "description": "Provides environmental and sustainability achievements, including recycling rates and carbon reduction figures.",
      "params": [],
      "data": {
        "waste_management": {
          "recycling_rate": "99.5%+",
          "certification": "UL Platinum (Zero Waste to Landfill)",
          "glass_recycled": "100K tons since 2016 (covers Saekdal Beach 3 times)"
        },
        "carbon_footprint": {
          "ghg_reduced": "19M tons since 2016",
          "equivalent": "24M Pine Trees / 59 times the size of Jeju"
        },
        "upcycled_plastic": {
          "tray_recycling_rate": "40% of defective trays",
          "annual_impact": "91M PET bottles recycled per year",
          "monthly_volume": "3.3M trays recycled per month"
        }
      }
    }
  ],
  "verify": {
    "manifest_url": "https://febyeji.github.io/feat-surface/verify.json",
    "how": "Fetch verify.json, find this document by ID, compare SHA-256 hashes of webmcp/*.json files."
  }
}