fetch_problem_content_programmers
Fetch a Programmers problem's full content: title, description, constraints, and input/output examples, using its problem ID or URL.
Instructions
프로그래머스 문제 본문 스크래핑.
프로그래머스 페이지에서 문제 제목, 설명, 제한사항, 입출력 예시를 가져옵니다.
응답 구조: problemId, title, description, inputFormat, outputFormat, examples, limits, metadata
사용 시나리오:
문제 풀이 전 문제 본문 확인
코드 분석 시 문제 요구사항 비교
제한사항:
스크래핑 대상: https://school.programmers.co.kr/learn/courses/30/lessons/{problem_id}
타임아웃: 10초
재시도: 최대 2회
캐시: 30일
⚠️ 플랫폼 판별: 문제 번호만 입력된 경우 대화 맥락에서 플랫폼을 파악하거나, 맥락이 없으면 반드시 BOJ/프로그래머스 중 어느 플랫폼인지 사용자에게 확인 후 호출하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem_id | Yes | 프로그래머스 문제 ID 또는 URL |