Posts tagged #LLM tools
All blog posts tagged with LLM tools.
What is Function Calling?
Function calling is a capability of large language models that lets them request the execution of external code or tools by outputting structured arguments instead of generating free-form text. It bridges natural language prompts and deterministic software so an LLM can reliably act on databases, APIs, or other service
What is Model Context Protocol (MCP)?
Model Context Protocol (MCP) is an open standard for connecting AI models to external tools, data, and services through a universal interface.