List handoff summaries
list_handoff_summariesRetrieve handoff summaries including status, agents, next steps, blockers, and risks. Use to resume tasks, audit pending work, or prepare context for other agents.
Instructions
Purpose: Retrieve handoff packets for a workspace or across workspaces. When to use: call when resuming a task, auditing pending work, or preparing context for another agent. Inputs: optional workspace filter, status filter, and limit. Side effects: none beyond database reads. Output: handoff summaries with status, agents, next steps, blockers, and risks. Failure modes: returns an empty list when no handoffs match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of handoffs to return. | |
| status | No | Optional handoff status filter such as open, closed, or blocked. | |
| workspace_id_or_uri | No | Optional workspace UUID, root URI, or alias URI to filter handoffs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |