563
Dictionary

Tool Use

An LLM invoking external functions to act beyond text generation.

1 min readupdated 2026-07-04

/ quick answer

Tool use is the pattern where a model returns a structured call (name + arguments) that the runtime executes, then feeds the result back into the conversation for the next step. An LLM invoking external functions to act beyond text generation.

An LLM invoking external functions to act beyond text generation. Tool use is the pattern where a model returns a structured call (name + arguments) that the runtime executes, then feeds the result back into the conversation for the next step. In practice: A model returns { tool: 'search_web', args: { q: 'Notion pricing 2026' } }; the runtime runs the search and returns hits to the model. This dictionary node is part of the Onexial knowledge graph and links to related concepts, workflows and tools below.
Definition
Tool use is the pattern where a model returns a structured call (name + arguments) that the runtime executes, then feeds the result back into the conversation for the next step.
Example
A model returns { tool: 'search_web', args: { q: 'Notion pricing 2026' } }; the runtime runs the search and returns hits to the model.
Related Workflows
Related Tool Stacks
/ frequently asked

What is Tool Use?

Tool use is the pattern where a model returns a structured call (name + arguments) that the runtime executes, then feeds the result back into the conversation for the next step.

What is an example of Tool Use?

A model returns { tool: 'search_web', args: { q: 'Notion pricing 2026' } }; the runtime runs the search and returns hits to the model.

Why does Tool Use matter for AI and automation?

An LLM invoking external functions to act beyond text generation. It connects to the workflows, prompts and tool stacks linked on this page, so you can move from definition to execution without leaving Onexial.

/ topics#ai#agents

/ continue exploring

Related concepts

The vocabulary this page depends on.

  • MCP (Model Context Protocol)

    Open protocol that lets LLMs connect to tools, data sources and apps through a standard interface.

  • Agentic RAG

    RAG where an agent decides what to retrieve, when, and from which source — instead of a single static query.

  • Agentic Workflow

    A workflow where an LLM decides the next step instead of a hard-coded path.

  • Long-Term Memory

    Persistent state an agent carries between sessions.

all dictionary

Related workflows

Turn this into a repeatable process.

all workflows

Related tool stacks

The tools that run it in production.

all tool stacks

Related prompts

Reusable prompts for this job.

all prompts

Comparisons & alternatives

Pick between the options.

all comparisons