Back to glossary

AI GLOSSARY

Function Calling

Agents & Autonomy

A capability that allows an AI model to trigger specific, predefined functions or external tools, such as running a database query, calling an API, or executing code, rather than just generating text. Function calling is what bridges language models and real-world software actions, and is a foundational component of agentic AI systems.
See also: agentic AI, tool use, orchestrator.