sw_create_comment
Add a comment to a Splitwise expense for all participants to view. Use confirm:true to post; without it, returns a preview and makes no network call.
Instructions
Add a comment to a Splitwise expense (visible to other participants). Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| content | Yes | Comment text | |
| expense_id | Yes | Expense ID to comment on |