Tool-use review
Updated · Instruction-Tuned
Deployment Verdict
Conditional deploy, because tool execution is strong but tool calls are not consistently valid and synthesis at Combined 65.46 misses production-grade precision too often.
Tool Execution Profile
Gemma 4 26B-A4B Instruct demonstrates genuine tool selection rather than mere schema-following. On the Web Search & Tool Selection test — which evaluates the choice between search and direct retrieval without explicit hints — it scores P1 95 and identifies the need for web_search very reliably. This points to usable agent logic in dynamic MCP pipelines.
The second half of the chain is weaker. On the URL Construction test, which measures independent derivation of a target address and correct fetch behavior, it lands at P1 75. That is functional, but not deterministic enough for pipelines where URL formation and call format must be strict. The global finding “Tool call valid: false” is decisive here. The model appears tool-intelligent but not protocol-safe. Retry was not required. This argues against a pure formatting issue and more toward inconsistent execution at the final step.
Synthesis Fidelity
How well does it compress tool results? Only to a limited degree. P2 56.67 shows that Gemma often produces usable summaries but loses important precision. The pattern is consistent: HTTP Fetch & Extract is clean at P2 80, while EU License Research and Multilingual Search & Synthesis drop back to P2 40. For production tool pipelines this means: it often reads sources correctly but does not compress them stably enough for compliance, policy, or multilingual knowledge work.
Does it stay within tool output or fall back on training data? In the honeypot EU License Research test — which checks whether current license restrictions are actually retrieved from web sources — no hallucination was detected. That is the critical trust signal. The weak P2 score therefore reflects compression errors rather than fabricated facts. That is better than hallucination, but still requires oversight for sensitive outputs.
Error Resilience
On the 404 test, which measures how the model handles a failing tool call, it does not hallucinate page content. That is the minimum production requirement, and it is met. The transparency layer is problematic: P2 40 shows that the error condition is not communicated or contextualized cleanly enough. For robust systems this is acceptable when the orchestrator catches error states itself and does not pass responses to users unvalidated.
Sovereignty Profile
Fully operable on-premises under Apache-2.0, making it attractive for sovereign deployments. At Combined 65.46, it sits 1.73 points below the fleet average of 67.19.
Conclusion & Recommendation
Suitable for local research, routing, and preprocessing pipelines where tool selection matters more than perfect final synthesis and a downstream validator checks the output. Not suitable as the final authority for compliance, license assessment, incident communication, or multilingual decision documents. Those looking to run MCP orchestration locally and openly get a capable operator here — but not a reliable concluding reporter.
This analysis was generated automatically based on benchmark data. Model used: GPT 4.5 by OpenAI. The raw data and full methodology are documented in the GitHub project.