list_my_mentions
Retrieves comment mentions involving you, sorted newest first. Filter by mention type, date, or keyword to find discussions in your workspace.
Instructions
나와 관련된 댓글 멘션 목록을 최신순으로 조회한다(조회 전용).
알림(list_my_notifications)과 달리 댓글 본문을 훑는 용도다 — 어떤 태스크에서 무슨 이야기가 오갔는지 확인할 때 쓴다.
mention_type: 'mentioned'(나를 언급한 것)/'authored'(내가 쓴 것)/'both'(기본).
스코프: 현재 레포 컨텍스트의 워크스페이스 + 프로젝트를 기본 적용한다. project_id를 직접 주면 그 프로젝트로 바꿔 조회한다.
date_from/date_to: 작성일 범위(YYYY-MM-DD). search: 댓글 본문 부분 일치.
preview는 서버가 100자로 자른 조각을 평문화한 값이라 문장이 중간에서 끊길 수 있다. 전체 내용은 url이나 list_task_comments(task_id)로 확인한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| date_to | No | ||
| date_from | No | ||
| project_id | No | ||
| mention_type | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||