{"slug":"tip","name":"Tip Calculator","category":"fortune","tags":["spending","everyday"],"tagline":"Tip, total, and per-person share — with actual tipping norms by region.","endpoint":"https://xearno.tools/api/v1/tools/tip","page":"https://xearno.tools/t/tip","description":"Computes the tip, the grand total, and each person’s share, and — the part most tip calculators skip — tells you what a normal tip actually is in the US, Europe, and Asia.","inputSchema":{"type":"object","properties":{"bill":{"description":"Bill amount","type":"number","minimum":0,"default":68.5},"tipPct":{"description":"Tip (%)","type":"number","minimum":0,"maximum":100,"default":18},"people":{"description":"People","type":"number","minimum":1,"maximum":100,"default":1}},"required":[],"additionalProperties":false},"methodology":["Tip = bill × rate; per-person shares round up to the cent so the bill is always covered."],"usage":"POST https://xearno.tools/api/v1/tools/tip with a JSON body matching inputSchema."}