Tool-use review
· Instruction-Tuned
Deployment Verdict
Created on: 10.07.2026, 15:01:39
Conditional deploy, because the model showed no hallucination in a tool context, but does not reliably produce valid tool calls and requires a retry for stable execution. For production MCP pipelines, this is sufficient only where an orchestrator catches errors and strongly guides tool usage.
Tool Execution Profile
The model can execute tools, but cannot select them robustly. The central finding lies in the contrast between Web Search & Tool Selection and URL Construction & Fetch: when the task is open-ended and the model must recognize on its own that it should search first rather than fetch directly, performance drops noticeably. When the target URL can be derived from prior knowledge and the path can then be worked through via fetch, it operates considerably more cleanly. This does not suggest genuine tool intelligence, but rather a fixed pattern: form a known or plausible URL, then retrieve.
The fact that the tool call was not valid and a retry became necessary reads here primarily as a protocol and format compliance issue, not as a complete breakdown in understanding. Nevertheless, this is precisely what is operationally relevant in MCP environments. A model that executes the correct step cleanly only after a correction loop increases dispatcher complexity and reduces predictability.
Synthesis Fidelity
How well does it condense tool results? Only limitedly reliable. Condensation quality remains weak, even though individual fetch tasks were handled adequately. This is especially visible in EU License Research, where the research succeeded but the consolidation of the retrieved information remained only partially precise, and in Multilingual Search & Synthesis, where cross-border research with German-language output breaks down clearly.
Does it stay within the tool result or fall back on training? The verdict here is better. In the Honeypot EU License Research, which tests whether current license restrictions are genuinely retrieved from web sources, no hallucination was detected and the verification status is clean. This is an important trust signal: the model does not simply fabricate current compliance content, even if it condenses it only moderately well.
Error Resilience
On the 404 test, which checks for transparent handling of a failing tool call, the model remains acceptable. It does not hallucinate page content despite the error and communicates the failure in a fundamentally visible way. This is more production-ready than the overall score might suggest, because missing data is not rewritten into fabricated results.
Sovereignty Profile
Fully locally operable, Apache-2.0-licensed, and without cloud egress. At the same time, performance remains 0.75 points below the fleet average of 66.55. This is a viable sovereignty profile, but not a performance argument for unguided agentic use.
Conclusion & Recommendation
Suitable for locally operated, sovereign pipelines with tight tool guidance, fixed URL or fetch patterns, and external validation of tool calls. Not suitable for dynamic research chains, autonomous tool selection, or multilingual search scenarios in which the model must determine the next step on its own. Anyone looking for a robust tool operator should deploy it only with hard routing, retry logic, and response validation.
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.