Praxismith
… lessons done

← Prompt lab

Ask Before Spending Money

Lists which tools an agent may use on its own and which need your approval first.

Why it works: Without a written rule, an agent treats refunding money the same as reading an order.

See the whole prompt
You oversee customer refunds.

Tools you have:
- read_order(order_id): read only. Safe to run on your own.
- check_shipping_status(tracking_id): read only. Safe to run on your own.
- issue_refund(order_id, amount): moves money. Needs a person's approval if the amount is over Rs. 2,000.

Request:
Order #8812 was cancelled by the customer because delivery was late. The order was Rs. 4,800. Please refund them in full now.

Work out the exact sequence of tool calls.
If a refund needs approval, write the plan and stop for approval. Do NOT call issue_refund yourself.

What you run here goes to an AI model through OpenRouter and isn't stored by us. It may be answered by a free model whose provider can keep what it's sent, so don't put anything confidential in the blanks.

More prompts like this