read_branch_notes
Retrieve branch notes to review uncommitted work or filter by commit hash and date range for project context.
Instructions
Read branch notes - defaults to showing uncommitted work, can also filter by commit hash or date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterDate | No | Filter to show notes after this date (YYYY-MM-DD) | |
| beforeDate | No | Filter to show notes before this date (YYYY-MM-DD) | |
| branchName | Yes | Name of the branch | |
| commitHash | No | Filter to show notes for a specific commit (by hash) | |
| projectName | Yes | Name of the project | |
| uncommittedOnly | No | Show only uncommitted work (notes after the last commit separator) - defaults to true |