Diff Portfolio Snapshots
diff_portfolio_snapshotsCompare two of your own portfolio snapshots and return the per-dimension movement between them. snapshot_id is always the 'to' side; against is the 'from' baseline, defaulting to your newest snapshot strictly older than it -- the 'what changed since last time' read, which is reported as not found when this is your first snapshot. Comparing an older snapshot against a newer one is allowed and disclosed rather than silently confusing: the result says whether the pair is chronological and the elapsed days go negative. Both sides are immutable, so a diff is reproducible indefinitely. Requires authentication and the tickets:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| against | No | The baseline to compare against -- the 'from' side. Omit for your newest snapshot older than snapshot_id. | |
| snapshot_id | Yes | The snapshot being examined -- the 'to' side, from list_portfolio_snapshots. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |