tip_split
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Tip & Bill Split Calculator — Tip amount, grand total and per-person share for a bill.
Parameters schema
{
"type": "object",
"required": [
"bill_amount"
],
"properties": {
"tip_pct": {
"type": "number",
"description": "Tip percent (default 18)"
},
"round_up": {
"type": "boolean",
"description": "Round each person's share up to the cent"
},
"num_people": {
"type": "integer",
"description": "Number of people splitting (default 1)"
},
"bill_amount": {
"type": "number",
"description": "Bill amount in USD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries