Introducing advanced tool use on the Claude Developer Platform
read at source ↗ www.anthropic.com
Introducing advanced tool use on the Claude Developer Platform
Source: Anthropic Engineering Date: 2025-11-24 URL: https://www.anthropic.com/engineering/advanced-tool-use
Summary
Anthropic launched three beta features for large tool libraries: Tool Search Tool (defers tool definitions until needed, reducing 58-tool context from ~55K to ~8.7K tokens and improving accuracy from 49% to 74% on Opus 4); Programmatic Tool Calling (Python code execution in sandbox for multi-tool orchestration, 37% token reduction on complex tasks); and Tool Use Examples (concrete usage patterns beyond schemas, improving complex parameter handling accuracy from 72% to 90%).
Implications
The MCP integration patterns thread. This formalizes the on-demand tool loading pattern from the code-execution-with-mcp post into platform-level features. Tool Search Tool is the productized version of the filesystem-organized tool pattern — Anthropic is now shipping the abstraction, not just describing the approach.
The accuracy improvement numbers matter. 49% to 74% on tool selection, 72% to 90% on parameter handling — these are meaningful gains from interface design choices alone, with no model change. This is the clearest platform-level evidence that ACI quality determines agent performance, not just model capability.
Complementary layering. Anthropic explicitly frames these as optional, composable additions rather than mandatory infrastructure. This is good API design — it lets integrators adopt incrementally without breaking existing harnesses.