list_insights
List existing insights for a project to review previously generated content before creating new ones. Includes details like kind, status, and content.
Instructions
List existing insights for a project (newest first) with their content. Use this to read what has already been generated before spending credits on a new generate_*_insight. Each row's id can be sent to Discord via discord_send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict to one kind. Omit for all kinds. | |
| limit | No | Max insights to return (1-50, default 20). | |
| status | No | active = current, archived = superseded, all = both. | active |
| project_id | Yes | Project id from list_projects to list insights for. |