sw_create_comment
Add a comment to an existing Splitwise expense by providing the expense ID and comment text. Set confirm to true to post the comment, or omit it to preview the action without making changes.
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 |