get_branch_draft
Get a branch's unpublished draft with its most recent revision and edit history, showing which sections changed per edit. Use list_branches to identify branches with open drafts.
Instructions
Get a branch's pending (unpublished) draft — its latest draft revision and edit history (which sections changed per edit). Each branch has at most one open draft. Use list_branches to see which branches have one (hasOpenDraft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID | |
| branch_id | No | Branch whose draft to read (from list_branches). Omit for the live branch; if the agent has multiple branches you'll be asked to pick one. |