Prompt Buddy logoPrompt Buddy

google · Google AI Docs

Using Tools with Gemini API

Explains how to integrate external tools and function calling into Gemini API workflows to enable the model to interact with external systems and data.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Using Tools with Gemini API

Explains how to integrate external tools and function calling into Gemini API workflows to enable the model to interact with external systems and data.

When To Use

Use when you need to enable a Gemini model to interact with external APIs, execute code, or access real-time information like Google Search and Maps.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/gemini-api-using-tools-with-workflow-guide.mdA guide explaining built-in tools and custom function calling workflows for the Gemini API.Questions about a guide explaining built-in tools and custom function calling workflows for the Gemini API.

What This Skill Covers

  • Tools extend the capabilities of Gemini models, enabling them to take action in the world, access real-time information, and perform complex computational ta...
  • Main sections: Available built-in tools, How tools execution works, Built-in tool flow, Custom tool flow (Function calling), Combining built-in and custom tools flow.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://ai.google.dev/gemini-api/docs/tools