Create handoff
create_handoffCreate a structured handoff before pausing work, so the next agent can resume immediately with completed items, remaining tasks, known issues, and recommended next steps.
Instructions
Create a structured handoff BEFORE ending or pausing work, so the next agent (possibly in another IDE) can continue seamlessly. Include what was completed, what remains, known problems, changed files and the recommended next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task being handed off. | |
| notes | No | ||
| agentId | No | Identifier of the calling agent/client, e.g. "cursor", "vscode", "claude-cli". | |
| problems | No | ||
| completed | No | ||
| remaining | No | ||
| sessionId | No | ||
| nextAction | Yes | Recommended next action for the next agent. | |
| changedFiles | No | ||
| workspacePath | No | Workspace directory of the project. Defaults to the server working directory. |