list_task_comments
Fetches task comments and mentions, returning the most recent up to 20 in time order. Provides plain-text content, author, edit status, and creation time.
Instructions
태스크의 댓글(멘션) 목록을 조회한다. 최신순 상위 limit개를 시간순(오래된→최신)으로 반환.
서버 페이지네이션(PAGE_SIZE=20, page_size 미지원)상 한 요청으로 최대 20개만 받는다 — limit>20을 줘도 20개까지만 반환된다(가장 최근 댓글 우선). count는 태스크의 전체 댓글 수.
각 댓글: id, author_name(작성자 실명), text(HTML을 벗긴 평문), is_edited(수정됨 여부), created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||