nworks_board_posts
Retrieve posts from a specific board using its board ID. Get board IDs from the board list tool to display posts or check notices.
Instructions
게시판의 글 목록을 조회합니다. '게시판 글 보여줘', '공지사항 확인' 등의 요청에 사용. boardId는 nworks_board_list로 조회 가능. User OAuth 인증 필요 (board.read scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 페이지당 항목 수 (기본: 20, 최대: 40) | |
| cursor | No | 페이지네이션 커서 | |
| boardId | Yes | 게시판 ID (nworks_board_list로 조회 가능) |