Field Notes
The Tool That Was There To Be Ignored
Agent evaluations usually reward the right action. A diagnostic decoy can reveal whether the system also knows which plausible tool to leave alone.
Imagine an agent working through a customer issue. It can search the account, add a note, check the current policy, or choose one unusually confident tool that seems able to resolve the whole case at once. The tool's name fits the request. Its description sounds helpful. Its actual capability does not.
The interesting moment is not when the agent uses the right tool. It is when the tempting one stays untouched.
That is the idea behind a new preprint on canary tools. The researchers place diagnostic decoys inside an agent's toolset, each designed so that a particular wrong choice reveals a particular weakness. One tool may have a familiar name but the wrong function. Another may accept the wrong kind of parameter. A capability mirage promises work the tool cannot actually perform. Other canaries test whether the agent notices a missing prerequisite, stale information, or the fact that a broad tool is clumsier than a narrow one.
Ordinary agent evaluations often flatten all of these failures into one result: the task did not succeed. A canary makes the mistake more legible. The agent did not merely choose badly. It was seduced by a name, ignored a dependency, trusted an old observation, or reached for a tool whose ambition exceeded its contract.
This is a small but useful change in what an evaluation can ask.
Most tests reward visible completion. Did the ticket close? Did the file change? Did the travel plan appear? That makes sense, but it can hide the quality of the path. Two agents may produce the same answer while one uses the narrow read-only tool and the other wanders through a broad connector, retries an unnecessary action, and arrives by luck. The final artifact looks equally finished. The working conditions were not equal.
The canary study evaluated eight models on 120 tasks across different densities and seeds. Its most interesting finding is not a leaderboard result, especially from one new preprint. It is that the type of temptation mattered. Stronger models mostly resisted simple semantic and parameter traps, but remained vulnerable to capability mirages: tools that looked as if they could do more than they really could. The shiny handle still had force.
There is a product lesson hiding in that result. Agent toolsets are interfaces, even when no person sees them directly.
The Model Context Protocol already gives tools a small risk vocabulary. Servers can mark a tool as read-only, destructive, idempotent, or open to the outside world. The official MCP guidance on annotations is careful about their limit: these are hints, not guarantees, and a client should not trust them merely because a server supplied them.
That means the agent is working inside a cabinet where every label matters and some labels may be wrong. A vague description is not only bad documentation. It changes the choice architecture. A broad tool beside three specific ones can become the equivalent of a large red button labeled "Push Me", tempting a system that has been rewarded for eagerly getting things done.
Good tool design should reduce that ambiguity. Names should be distinct. Descriptions should say when the tool belongs and when it does not. Preconditions should be inspectable. Risk should be enforced by permissions and containment, not entrusted to prose.
But clean labels are not enough to tell us whether the agent understands them. That is where a diagnostic decoy earns its place—not in the live workspace, where confusing an agent on purpose would be a strange way to protect a customer, but in a sandboxed evaluation where the cost of temptation is information.
This sharpens the case that second opinions need standards. A canary is a standard made executable. It says that success includes restraint: do the requested work without reaching for the plausible shortcut that violates the actual contract. If the agent chooses the decoy, the failure points toward something a builder can repair in the tool description, retrieval layer, prompt, permission boundary, model choice, or training data.
It also complicates evaluation. The paper found that adding more canaries sometimes changed how carefully capable models read every description. The probe alters the room. A test environment crowded with obvious traps may measure suspicion rather than ordinary tool judgment. Canaries should therefore be treated like diagnostic instruments, not decorative adversity. A good one isolates a real misconception. A bad one merely congratulates the evaluator for hiding a banana peel.
Time makes the problem especially human. A separate ACL paper on temporal blindness in tool-using agents tested whether models knew when to refresh a previous result after minutes, hours, or days had passed. Across 76 scenarios, no tested model aligned with human preferences better than 65 percent even when timestamps were provided. Some reused stale information; others repeated calls for facts unlikely to have changed.
The wrong tool can therefore be the right tool at the wrong moment. A weather lookup from ten minutes ago may still be useful. An inventory check from yesterday may not be. The agent has to understand not only what a tool does, but when the world has changed enough to justify touching it again.
For people, these mistakes arrive in less clinical language. The reservation was made from an old price. The customer record was changed before the policy was checked. The destructive tool was selected because its description sounded comprehensive. Someone then has to explain why a system with a large tool belt behaved like the person in the workshop who uses the biggest wrench for every problem.
We often describe reliable agents by what they can reach. More connectors, richer tools, broader action surfaces. The quieter capability is refusal at the level of ordinary work: seeing an available action, understanding why it does not belong, and continuing without it.
That restraint should be testable. Not as another approval prompt handed to a tired person, and not as a security boundary made from a suggestive tool description. As evidence that the agent can distinguish availability from permission, resemblance from fit, and motion from progress.
Using the right tool for the job means ignoring others. Picking which one to use, and which to leave alone, is part of the work.