{
  "document_type": "earnings_report",
  "tools": [
    {
      "name": "getOverview",
      "description": "삼성전자 2025년 3분기 실적 발표의 핵심 요약 정보와 문서 구조를 반환합니다.",
      "params": [],
      "data": {
        "title": "Samsung Electronics 3Q 2025 Financial Results",
        "summary": "2025년 3분기 매출 86.1조원(전분기 대비 15% 증가), 영업이익 12.2조원(전분기 대비 160% 증가)을 기록했습니다. 특히 메모리 사업부가 AI 수요에 힘입어 역대 최대 분기 매출을 달성하며 실적 성장을 견인했습니다.",
        "key_metrics": {
          "revenue": "KRW 86.1T",
          "operating_profit": "KRW 12.2T",
          "net_profit": "KRW 12.2T",
          "eps": "KRW 1,802",
          "ebitda_margin": "27%",
          "net_cash": "KRW 91.79T"
        },
        "sections": [
          "1. 3Q 2025 Highlights",
          "2. Financial Results & Key Indicators",
          "3. Performance by Business Segment (DS, DX, SDC, Harman)",
          "4. Business Outlook (4Q 2025 & 2026)",
          "5. Financial Position & Cash Flow"
        ]
      }
    },
    {
      "name": "getSectionContent",
      "description": "특정 페이지 또는 사업부별 상세 내용을 반환합니다.",
      "params": [
        {
          "name": "section",
          "type": "string",
          "description": "조회할 섹션명 (Memory, Foundry, SDC, MX, VD, Financials 등)",
          "required": true
        }
      ],
      "data": {
        "sections": [
          {
            "id": "Memory",
            "title": "Memory Business Unit",
            "content": "HBM3E 판매 확대로 역대 최대 분기 매출(26.7조원) 달성. AI 수요에 적극 대응하여 수익성 대폭 개선.",
            "page": 8
          },
          {
            "id": "Foundry",
            "title": "Foundry Business Unit",
            "content": "선단 공정 중심 역대 최대 수주 달성. GAA 1세대 2나노 양산 시작 및 가동률 개선으로 실적 반등.",
            "page": 9
          },
          {
            "id": "MX",
            "title": "Mobile eXperience",
            "content": "폴드7 출시 효과로 매출 및 영업이익 성장. 플래그십 중심 판매 모멘텀 유지.",
            "page": 11
          },
          {
            "id": "Financials",
            "title": "Consolidated Financial Statements",
            "content": "손익계산서, 재무상태표, 현금흐름표 상세 데이터 포함.",
            "pages": [
              6,
              13,
              14
            ]
          }
        ]
      }
    },
    {
      "name": "getFinancialMetrics",
      "description": "주요 재무 지표(매출, 이익, ROE 등)의 시계열 데이터를 조회합니다.",
      "params": [
        {
          "name": "metric",
          "type": "string",
          "description": "조회할 지표 (Sales, Operating Profit, Net Profit, ROE, EBITDA)",
          "required": false
        }
      ],
      "data": {
        "time_series": [
          {
            "period": "3Q24",
            "sales": 79.1,
            "operating_profit": 9.2,
            "net_profit": 10.1,
            "roe": "11%",
            "ebitda_margin": "25%"
          },
          {
            "period": "2Q25",
            "sales": 74.6,
            "operating_profit": 4.7,
            "net_profit": 5.1,
            "roe": "5%",
            "ebitda_margin": "20%"
          },
          {
            "period": "3Q25",
            "sales": 86.1,
            "operating_profit": 12.2,
            "net_profit": 12.2,
            "roe": "12%",
            "ebitda_margin": "27%"
          }
        ]
      }
    },
    {
      "name": "getSegmentBreakdown",
      "description": "각 사업부별(DS, DX, SDC, Harman) 매출 및 영업이익 상세 수치를 반환합니다.",
      "params": [],
      "data": {
        "3Q25_results": {
          "DS": {
            "sales": 33.1,
            "operating_profit": 7.0,
            "sub_units": {
              "Memory": 26.7
            }
          },
          "DX": {
            "sales": 48.4,
            "operating_profit": 3.5,
            "sub_units": {
              "MX_NW": 34.1,
              "VD_DA": 13.9
            }
          },
          "SDC": {
            "sales": 8.1,
            "operating_profit": 1.2
          },
          "Harman": {
            "sales": 4.0,
            "operating_profit": 0.4
          }
        }
      }
    },
    {
      "name": "getBusinessOutlook",
      "description": "사업부별 4Q 2025 전망 및 2026년 전략 방향을 조회합니다.",
      "params": [
        {
          "name": "division",
          "type": "string",
          "description": "사업부명 (Memory, Foundry, SDC, MX, VD)",
          "required": true
        }
      ],
      "data": {
        "outlooks": {
          "Memory": {
            "4Q25": "HBM3E, 고용량 eSSD 등 첨단 공정 제품으로 AI/서버 수요 대응",
            "2026": "HBM4 비즈니스 확대 최우선, DDR5/LPDDR5x 등 고부가 제품 판매 집중"
          },
          "Foundry": {
            "4Q25": "2나노 양산 램프업 및 가동률 최적화로 수익성 개선",
            "2026": "GAA 2세대 2나노 및 4나노 성능 최적화 공정 양산, 미국 테일러 팹 가동"
          },
          "MX": {
            "4Q25": "S25 및 폴더블 등 AI 스마트폰 연말 프로모션 강화",
            "2026": "혁신적 폼팩터와 차세대 AI 경험으로 리더십 강화, 원가 효율화 추진"
          },
          "SDC": {
            "4Q25": "주요 고객사 신제품 수요 지속 대응, IT용 비스마트폰 제품 확대",
            "2026": "8.6세대 IT 라인 가동으로 OLED 전환 가속화"
          }
        }
      }
    },
    {
      "name": "getFinancialPosition",
      "description": "자산, 부채, 자본 및 현금 흐름 등 재무 건전성 데이터를 반환합니다.",
      "params": [],
      "data": {
        "as_of_30_Sep_2025": {
          "total_assets": 523659.6,
          "total_liabilities": 110158.1,
          "shareholder_equity": 413501.5,
          "cash_and_equivalents": 108463.8,
          "net_cash": 91790.0,
          "ratios": {
            "current_ratio": "263%",
            "liability_to_equity": "27%",
            "debt_to_equity": "4%"
          }
        },
        "3Q25_cash_flow": {
          "operating_activities": 22.62,
          "investing_activities": -13.04,
          "financing_activities": -4.19,
          "capex_pp_e": -10.81
        }
      }
    }
  ],
  "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."
  }
}