Skip to main content
BVDNETBVDNET
ServicesWorkLibraryAboutPricingBlogContact
Contact
  1. Home
  2. AI Woordenboek
  3. Agentic AI
  4. What is Function Calling?
botAgentic AI
Intermediate
2026-W17

What is Function Calling?

Function calling lets LLMs request the execution of external tools and APIs, enabling real-world actions and data retrieval beyond text generation.

Also known as:
tool use
tool calling
functieaanroep
AI Intel Pipeline
What is Function Calling?

What is Function Calling?

Function calling (also called tool use) is a capability that allows language models to request the execution of external functions or tools. Instead of generating a text answer, the model outputs a structured function call with specific parameters, which the application executes and returns results for the model to incorporate into its response.

Why It Matters

Function calling transforms LLMs from text generators into action-takers. It enables models to search the web, query databases, send emails, control smart devices, and interact with any API — grounding their responses in real data and enabling real-world actions. This is the fundamental building block of AI agents and the bridge between language understanding and practical capability.

How It Works

  1. Tool registration — the developer describes available functions (name, description, parameters with types) when making an API call
  2. Model reasoning — the model decides whether to answer directly or call a function based on the user's request
  3. Function call output — the model returns a structured call (function name + arguments as JSON)
  4. Execution — the application executes the function and returns the result to the model
  5. Response synthesis — the model incorporates the function result into a natural language response
  6. Multi-turn — the model can chain multiple function calls to accomplish complex tasks

How it differs from MCP:

  • Function calling is a single model-to-application protocol
  • MCP (Model Context Protocol) is a standardized protocol for connecting models to many tool servers
  • Function calling is the mechanism; MCP is an interoperability standard built on top of it

Parallel function calling — modern APIs support the model requesting multiple function calls simultaneously, reducing latency for independent operations.

Forced function calling — developers can force the model to call a specific function, useful for structured extraction tasks.

Example

A user asks an AI assistant: "What's the weather in Amsterdam and do I have any meetings tomorrow?" The model generates two parallel function calls: get_weather({city: "Amsterdam"}) and get_calendar_events({date: "tomorrow"}). The application executes both, returns the results, and the model synthesizes: "It's 15°C and partly cloudy in Amsterdam. You have two meetings tomorrow: a standup at 9:00 and a client call at 14:00."

Sources

  1. OpenAI – Function Calling
  2. Anthropic – Tool Use

Need help implementing AI?

I can help you apply this concept to your business.

Get in touch

Related Concepts

Information Agents
Continuously running AI systems that proactively monitor, synthesize, and act on information across your digital workspace—transforming search from reactive queries into autonomous intelligence.
Real-World Agent Reliability Gap
The critical gap between AI agent performance on benchmarks (90%+) versus real enterprise workflows (<50%), revealing that frontier models fail at multi-step, ambiguous, tool-heavy tasks humans routinely delegate.
Agent Operational Memory
A technique that externalises an AI agent's behavioural rules and learned heuristics into structured files loaded at session start, giving the agent persistent and consistent behaviour across restarts without fine-tuning.
CODREAM
A post-task reflective protocol for multi-agent AI in which agents collaboratively analyse completed tasks, distil insights into compact heuristics, and route that knowledge asymmetrically to teammates who need it most — permanently improving performance without fine-tuning.

AI Consulting

Need help understanding or implementing this concept?

Talk to an expert
Previous

Foundation Model

Next

Galactic

BVDNETBVDNET

Web development and AI automation. Done properly.

Company

  • About
  • Contact
  • FAQ

Resources

  • Services
  • Work
  • Library
  • Blog
  • Pricing

Connect

  • LinkedIn
  • Email

© 2026 BVDNET. All rights reserved.

Privacy Policy•Terms of Service•Cookie Policy