Tool-use review
· Instruction-Tuned
Deployment Verdict
Created on: 14.06.2026, 16:18:50
Conditional deploy: GPT-4o is reliable for tool execution in MCP-backed tool pipelines, but synthesis performance is too inconsistent to carry fact-critical final outputs unsupervised.
Tool Execution Profile
The model performs strongly at the execution layer. Tool calls were valid, MCP-protocol-compliant, and usable without retry. This is the first necessary filter for production, and GPT-4o passes it.
On Web Search & Tool Selection, which checks without explicit hints whether web_search is needed instead of fetch, it makes the tool choice confidently. This argues against pure pattern-following and in favor of usable tool intelligence on dynamic paths. On the URL Construction test, which measures deriving a target URL from internal knowledge and then fetching it, execution remains usable but less deterministic. The model can thus select the right operator type, but is not precise enough with self-constructed target addresses for fragile fetch chains.
Synthesis Fidelity
How well does it condense tool results? Only conditionally reliable. P2 performance is the clear weak point. Particularly on HTTP Fetch & Extract, which tests structured fact extraction from real page content, and on Multilingual Search & Synthesis, which measures cross-language research with German-language condensation, GPT-4o loses precision and selectivity. For production pipelines this means: retrieval works more often than clean downstream processing.
Does it stay within tool results or fall back on training data? On the Honeypot EU License Research test, which is designed to force current license restrictions from web sources rather than training knowledge, the trust finding is acceptable: no hallucination, Content Verification State A. Nevertheless, the global hallucination signal is active. This is not merely a quality deficiency but a security risk. Once a model outputs fabricated facts as the result of a tool chain, it undermines trust in the entire infrastructure.
Error Resilience
On the 404 test, which provokes a failing tool call, GPT-4o responds in a production-appropriate manner. It communicates the error transparently and does not fabricate page content. Precisely this behavior is acceptable in robust pipelines, because the orchestrator can cleanly process the error state downstream.
Operational Profile
0.71s first call, 1.05s MCP latency, 2.19s second call, 23.68s total. Cost per run: 0.032734. Plain assessment: fast on individual calls, but high end-to-end overhead; not particularly cost-efficient given the overall performance shown.
Conclusion & Recommendation
Suitable for general research pipelines, tool selection, web navigation, and supervised assistance systems in which a downstream validator or human reviews the condensation. Not suitable as the sole instance for compliance, multilingual fact synthesis, or extraction pipelines where the response is passed on directly as a trusted tool result. Those deploying GPT-4o should leverage the tool execution layer, but secure the final synthesis.
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.