What are the ways a single tool call can fail?

A tool call fails in one of three places: the model picks the wrong tool, it fills in arguments that do not match what the tool needs, or it misreads what comes back once the tool runs. Tool selection fails when two tools look similar enough from their descriptions that the model guesses, or when nothing fits well and it forces one anyway. Argument formation fails when the model invents a value it does not actually have, carries a value over from the wrong turn, or gets the schema slightly wrong, a string where the tool wants a number. Output handling fails when the result comes back malformed, empty, or stale, and the model treats it as a normal answer instead of a problem worth flagging.

These three fail differently in how visible they are. A wrong tool choice usually shows up fast, the response looks obviously off. A subtly wrong argument or a misread result can look fine and only surface several turns later.

keep reading

More on this.

Send us the traces you already emit.