product updateGoogle DeepMind

Google Deepmind adds multi-tool chaining and context circulation to Gemini API

TL;DR

Google Deepmind has expanded the Gemini API to enable multi-tool chaining, allowing developers to combine built-in tools like Google Search and Google Maps with custom functions in a single request. Results from one tool now automatically pass to the next through context circulation, eliminating the need for separate sequential handling.

2 min read
0

Google Deepmind Upgrades Gemini API with Multi-Tool Chaining and Context Circulation

Google Deepmind has expanded the Gemini API with several developer-focused features designed to simplify complex workflows. The core upgrade enables multi-tool chaining, allowing built-in tools like Google Search and Google Maps to be combined with custom functions in a single API request.

What Changed

Previously, developers working with multiple tools had to orchestrate each step separately, requiring sequential API calls and manual result handling between steps. The new system automates this process through context circulation—results from one tool are automatically passed as input to the next tool in the chain.

Google has also introduced unique IDs for each tool call, improving debugging and error tracking capabilities. This makes it easier for developers to trace execution paths and identify which specific tool invocations caused issues in complex workflows.

Google Maps Integration

Google Maps is now available as a data source for the Gemini 3 model family. The integration provides access to location data, business information, and commute times, expanding the types of real-world information Gemini can incorporate into responses.

Implementation Path

Google recommends using the new Interactions API for building these multi-tool workflows. The company has not disclosed specific pricing changes or availability windows for these features.

What This Means

This update addresses a legitimate friction point for developers building agent-based applications. Multi-tool chaining with automatic context passing reduces boilerplate code and latency compared to sequential API calls. However, the practical impact depends on how broadly these tools are available (whether custom tools can truly integrate seamlessly with Google's built-in tools) and pricing implications for tool calls. The addition of Maps data to Gemini 3 is incremental—most competing models already support location-aware responses through various mechanisms. Developers using Gemini will likely find this useful for reducing implementation complexity, but this is a refinement rather than a fundamental capability shift.

Related Articles

product update

Microsoft to Merge Copilot and Microsoft 365 Copilot Into Single App, Retiring Group Chats, Podcasts, and Deep Research

Microsoft will merge its consumer Copilot app and Microsoft 365 Copilot into a single unified app starting mid-September 2026, letting users sign in with personal, work, or school accounts. Three features—group chats, podcasts, and Deep Research—will be retired on August 18.

product update

Anthropic Integrates Claude Cowork Into Chrome Extension, Enabling Skills and Plugins in Browser

Anthropic's Chrome extension now runs full Claude Cowork sessions in its side panel, letting skills, plugins, and connectors operate directly in the browser. The update is live for all paid plans via the Chrome Web Store.

product update

Anthropic Brings Claude Cowork to Chrome Sidebar for Max and Team Subscribers

Anthropic has integrated Claude Cowork into its Claude for Chrome browser extension, letting users continue tasks between the desktop app and browser with shared history and connectors. Max and Team subscribers get access immediately, with Pro plan support coming in the following weeks.

product update

Anthropic's New Claude Watermarks Spark User Backlash Over Cheating Detection

Anthropic has begun embedding invisible watermarks in Claude's text outputs to comply with the EU AI Act's Transparency Code. The move has triggered backlash from some users worried the watermarks will expose their undisclosed use of AI at work or in school.

Comments

Loading...