addedInput schema / properties / account_identity_id / description
Added value: +"Restrict changes to one durable account identity before applying history caps. This scope applies to every domain; for investments it reads that account's own position observations, so a busy vault cannot crowd the account out of the capped read."
addedInput schema / properties / comparison_since
Added value: +{
+ "description": "Inclusive start of the comparison range (YYYY-MM-DD).",
+ "type": "string"
+}
addedInput schema / properties / comparison_until
Added value: +{
+ "description": "Inclusive end of the comparison range (YYYY-MM-DD).",
+ "type": "string"
+}
addedInput schema / properties / domain / description
Added value: +"Restrict to one change domain; omitted or all includes every supported domain. Values: all, spending, income, recurring, account_terms, investments."
removedInput schema / properties / inline_response
Removed value: -{
- "description": "Return the full response payload in this MCP tool result instead of a resource link. Use only when the client can materialize large tool results into a code sandbox; the response may be very large.",
- "type": "boolean"
-}
addedInput schema / properties / limit / description
Added value: +"Maximum change items to return, from 1 to 1000; defaults to 25. Only trims output, never the comparison evidence."
addedInput schema / properties / parent_action / description
Added value: +"Existing action id in this workspace, typically returned in next_actions, whose root identity this continuation inherits. An omitted reason inherits the parent reason; an explicit reason is preserved, except for fixed-reason orientation operations. Omit for a new root action."
changedInput schema / properties / reason / description
Previous value: -"Concise user-visible reason recorded in action history."New value: +"Concise user-visible purpose recorded in immutable action history, including for financial reads. A reason is not approval. Root operations require it except fixed-reason orientation operations; continuations inherit the parent reason only when no reason is supplied. Fixed-reason orientation operations always use their system reason."
addedInput schema / properties / since
Added value: +{
+ "description": "Inclusive start of the current range (YYYY-MM-DD). Supply all four range dates for spending or income comparisons.",
+ "type": "string"
+}
addedInput schema / properties / task_key / description
Added value: +"Optional stable label grouping operations for the same user task. Omit to inherit the parent task key, if any. It does not schedule work or provide idempotency."
addedInput schema / properties / until
Added value: +{
+ "description": "Inclusive end of the current range (YYYY-MM-DD).",
+ "type": "string"
+}
removedInput schema / required
Removed value: -[
- "reason"
-]