list_findings
Retrieve prior session findings, newest first, with optional filters for AI layer, node anchor, or minimum confidence.
Instructions
이전 세션의 gold 목록 — 인수인계 시 가장 먼저 호출한다.
최신 발견이 먼저 온다 (created_at desc). body 는 무거워질 수 있어 목록에서 빠지며, 상세는 get_finding 으로 가져온다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | 특정 AI/세션의 발견만 | |
| limit | No | 페이지 크기 | |
| offset | No | 페이지 시작 위치 | |
| node_id | No | 이 노드를 앵커로 가진 발견만 | |
| min_confidence | No | 이 확신도 이상만 (예: 0.5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||