list_handoffs
List existing handoffs, newest first, from one or all projects. Review full content to avoid spending credits on a new generate_handoff.
Instructions
List existing handoffs (newest first) with their full content, across all accessible projects or one project. Use this to read what has already been generated before spending credits on a new generate_handoff. Each row's id can be sent to Discord via discord_send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max handoffs to return (1-50, default 10). | |
| status | No | active = current handoffs, archived = superseded ones, all = both. | active |
| project_id | No | Project id (from list_projects) to scope to. Omit to span every accessible project, or rely on the active project. |