Three classes Anthropic runs for you
Beyond your custom tools, Anthropic offers server tools — capabilities Anthropic implements and runs. The first three to know: web_search (live internet search), code_execution (Python sandbox for math/data), and computer_use (control a virtual desktop). You pass them in tools just like custom ones; the API handles the execution.
web_search and code_execution are productivity wins
web_search adds 2025+ knowledge to a 2024-cutoff model. code_execution lets the model do exact arithmetic instead of guessing. Both are billed; check pricing pages. Both have rate limits and configuration knobs (max searches per request, sandbox memory).
computer_use is a different beast
computer_use streams screenshots and accepts mouse/keyboard actions. It is intended for automation that drives a virtual desktop. Use cases: filling forms in legacy GUIs, browsing where headless scraping fails, accessibility testing. Power tool — pair with strict permissions.