fetch_problem_content_boj
Get Baekjoon problem details: title, description, I/O specs, examples, constraints. Use to review requirements before solving or during code analysis. Hints not included.
Instructions
백준(BOJ) 문제 본문 스크래핑 (힌트 제외).
BOJ 페이지에서 문제 제목, 설명, 입출력 형식, 예제, 제한사항을 가져옵니다. 힌트는 포함되지 않습니다 - generate_hint_boj 도구를 사용하세요.
응답 구조: problemId, title, description, inputFormat, outputFormat, examples, limits, metadata
사용 시나리오:
문제 풀이 전 문제 본문 확인
문제 복습 시 문제 내용 참조
코드 분석 시 문제 요구사항 비교
제한사항:
타임아웃: 10초
재시도: 최대 2회
캐시: 30일
⚠️ 플랫폼 판별: 문제 번호만 입력된 경우 대화 맥락에서 플랫폼을 파악하거나, 맥락이 없으면 반드시 BOJ/프로그래머스 중 어느 플랫폼인지 사용자에게 확인 후 호출하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem_id | Yes | 백준 문제 번호 |