get_game_news
Retrieve game news and updates from Steam using the game's App ID. Returns each news entry's title, content, URL, date, and feed label.
Instructions
특정 게임의 뉴스와 업데이트를 조회합니다.
반환 데이터: 각 뉴스의 제목(title), 내용(contents), URL(url), 날짜(date), 피드 라벨(feed_label) 등을 포함합니다.
사용 예시: app_id=730, count=5, max_length=300
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 반환할 뉴스 개수입니다. 최대 20개까지 가능합니다. | |
| app_id | Yes | 뉴스를 조회할 게임의 Steam App ID입니다. | |
| max_length | No | 각 뉴스 항목의 최대 길이입니다(문자 수). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |