update_transaction_note
Add or update a note on a specific transaction. Use after pulling transactions to annotate individual items.
[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.]
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) |