In more detail
Function calling is how an AI asks other software to do something. Instead of describing an action in words, the model emits a structured request — check the weather here, search these flights, add this to the calendar — and the connected app runs it and hands back the result.
It matters because it’s the bridge from talking to doing. A model on its own can only write about booking a table; with function calling it can actually trigger the booking. It’s the basic plumbing underneath agentic AI, and the mechanism that standards like MCP make universal.
Goes with
