Skip to main content
Some LLM providers offer server-side tools that execute on their infrastructure — no client-side code needed. The model decides when to use them.

Anthropic Server Tools

Code Execution

Both Together

xAI Server Tools

xAI Grok models support native web search, X/Twitter search, and code execution. These work via the Responses API.
xAI native tools (web_search, x_search, code_interpreter) require the Responses API format, which is not yet proxied through Runflow. Coming soon. For now, use Anthropic server tools or custom function tools for web search.

Provider Support

Testing in Prompt Studio

Test server tools in the Portal:
  1. Open Prompts with an Anthropic provider selected
  2. Click the config icon — you’ll see Search and Code buttons
  3. Click Search to enable web search
  4. Ask a question that requires current information — the model will search the web automatically
Server tools are only available for Anthropic providers in the Prompt Studio. Web search adds latency (5-15 seconds) as the model performs real web queries.

Next Steps

Structured Output

Get guaranteed JSON responses

Reasoning

Enable chain-of-thought thinking