Technique Aktualisiert 2026-04

Function Calling

Definition

Function Calling enables an LLM to call external functions or APIs in a structured way to execute concrete actions.

Häufig gestellte Fragen

Are Function Calling and MCP the same?
No but related. Function Calling is the LLM's ability to call functions. MCP is a protocol that standardizes which functions are available and how to call them.
Do all LLMs support Function Calling?
The major ones do: GPT-4o, Claude, Gemini, Mistral. It's the technical foundation for AI agents that interact with external tools.