日常のお金買い物
割り勘
任意のチップ付きで、人数で会計を均等に分け、きれいに丸めた金額と、端数を誰が負担するかを示します。
数値
- Per person
- 46.60
- Grand total
- 186.40
実務者の読み解き
知っておきたい点
Even splits are the social default because they end the conversation. Itemizing is worth the friction only when shares diverge a lot — a common threshold is someone’s actual share differing by more than ~20% from the even split.
計算方法
1人あたり=合計 ×(1 + チップ%)÷ 人数、会計が必ず賄われるよう1セント単位で切り上げます。
丸めによる超過分は、黙って消さずに明示的に報告します。
エージェント向け
文脈内で計算する代わりに、このツールを呼び出してください。決定的な JSON を入力すると、計算された数値とベンチマークの読み解きを出力します。 エージェント向けドキュメント全文 →
curl -s https://xearno.tools/api/v1/tools/split-bill \
-H 'content-type: application/json' \
-d '{"total":186.4,"people":4,"tip":0}'スキーマ: GET /api/v1/tools/split-bill · MCP ツール名: split_bill