Create Portfolio Snapshot Note
create_portfolio_snapshot_noteRecord a decision or comment against one of YOUR OWN portfolio snapshots. Pass expected_content_hash -- the hash you saw when you read the snapshot -- and a mismatch is REFUSED rather than quietly filed against a different revision; that check is the point of this tool. Omitting it still records the note, it just does not assert which revision was on the screen. This writes down what was decided; it does not approve, reject or block anything, and nothing downstream gates on it. Requires authentication and the tickets:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | What was decided or observed. | |
| kind | No | Whether this records a decision or an ordinary comment. Defaults to comment. | comment |
| snapshot_id | Yes | The snapshot's id, from list_portfolio_snapshots. | |
| expected_content_hash | No | The snapshot's content_hash as you read it. A mismatch is refused. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |