list_findings
Browse recent findings stored in the library. Use this to view and paginate through entries, or check library contents after initialization.
Instructions
List recent findings in the library. Use for browsing, not targeted search.
AUTOMATIC TRIGGERS - Call this when:
User asks to see all findings or browse the library
You want to get a sense of what's stored in the library
Checking library contents after initialization
FOR TARGETED SEARCH, use search_findings or retrieve_findings instead.
PARAMETERS:
limit: Max findings to return (default: 50, max: 200)
offset: Offset for pagination (default: 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |