A tool call succeeds technically and still creates the wrong business outcome. What do you inspect?

Instruction: Describe how you would debug a tool call that was valid at the API level but wrong for the user.

Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Describe how you would debug a tool call that was valid at the API level but wrong for the user.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would check whether the tool call was valid in context, not just in syntax. A lot of painful failures...

Related Questions