Update transaction note
update_transaction_noteAdd or update a note on a specific transaction. Use after pulling transactions to annotate individual items.
Routing: Call get_transactions or search_transactions first to get the transaction_id — this tool cannot look one up by description
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note text to set on the transaction (empty string to clear) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| transaction_id | Yes | Transaction ID (from get_transactions output) |