Tool Use / Function Calling
ApplicationsSimple Definition
The ability for AI models to call external functions, APIs, or tools to retrieve information or take actions beyond their training data.
Full Explanation
Function calling allows LLMs to interface with the real world. The model is given descriptions of available tools (e.g., 'search_web(query)', 'get_weather(city)', 'send_email(to, subject, body)') and decides when to call them. This is how ChatGPT plugins work, how AI agents retrieve current information, and how enterprise AI integrates with business systems.
Related Terms
Last verified: 2026-03-30← Back to Glossary