Technique Actualizado 2026-04
Function Calling
Definición
El Function Calling permite a un LLM llamar a funciones o APIs externas de forma estructurada para ejecutar acciones concretas.
Ver también en el glosario
A
AI Agent
An AI agent is an autonomous system that uses an LLM to plan, decide and execute real tasks without human intervention at each step.
A
AI API
An AI API allows developers to integrate artificial intelligence capabilities into their applications.
M
MCP (Model Context Protocol)
MCP is an open protocol that standardizes the connection between LLMs and external tools/data.
S
Structured Output
Structured Output forces an LLM to respond in a predefined structured format (JSON, XML, table) instead of free text.
Herramientas que usan function calling
Preguntas frecuentes
¿Function Calling y MCP son lo mismo?
No, pero están relacionados. El Function Calling es la capacidad del LLM de llamar funciones. El MCP es un protocolo que estandariza qué funciones están disponibles y cómo llamarlas.
¿Todos los LLM admiten Function Calling?
Los principales sí: GPT-4o, Claude, Gemini, Mistral. Es la base técnica de los agentes de IA que interactúan con herramientas externas.