WorkflowStack AI
WorkflowsIndustriesToolsGuidesAI QuizBlogEnterprise
Get Free Workflows
WorkflowStack AI

Practical AI workflows for SMB operators and enterprise teams. No fluff. No hype. Just what ships.

Library

  • All Workflows
  • Industries
  • Enterprise
  • Tools
  • Guides

Company

  • About
  • Blog
  • Newsletter
  • Contact

Stay Updated

Weekly workflow ideas for operators and enterprise teams.

Get Free Workflows →

© 2026 Blueteem LLC. All rights reserved.

Privacy PolicyTerms of Service
Glossary

Tool calling (function calling)

The mechanism by which an LLM produces a structured request to invoke an external function.

  1. Glossary
  2. Tool calling (function calling)

Definition

The mechanism by which an LLM produces a structured request to invoke an external function.

In practice

Instead of just producing text, the model outputs JSON like {tool: 'book_appointment', args: {…}}. Your code reads that, runs the actual function, returns the result, and feeds it back to the model. Every modern voice agent, SDR agent, or workflow agent is built on tool calling under the hood.

Related terms

  • Multi-agent systemMultiple specialized agents collaborating — typically a router/orchestrator that delegates to sub-agents.
  • OrchestratorThe top-level agent or workflow engine that decides which sub-agent or tool to invoke next.
  • MCP (Model Context Protocol)An open protocol for connecting LLMs to external data sources and tools through a standard interface.
  • Human-in-the-loop (HITL)An agent design where a human approves or corrects an action before it ships.
All glossary termsSee advanced workflows

Ready to implement AI in your business?

Free implementation guides for SMB operators and enterprise teams — workflows, prompts, governance, and tool stacks built to ship.

Browse Free GuidesBrowse Workflows