Back to Home
AI Agent Fundamentals
🟡 Intermediate · 7–10 min

Tool Calling

Tool calling means the AI Agent reaches for an external tool, like a calendar, calculator, files, or search, to get real information or perform an action it cannot do on its own.

Playground

Watch the agent pick a tool

Pick a request, then press Next to run the agent step by step. Watch it choose the right tool and use the result to answer.

1 · Choose a request
2 · The agent's toolbox (it will pick one)
3 · Agent run
Step 0 of 5
Press  Next  to run the first step.
Why tools are needed

Same question, very different answers

Ask "What meetings do I have tomorrow?" Without a tool the agent can only guess. With a tool it can check the real calendar.

Without a tool

The agent can only guess or say "I don't know." It has no way to see your real calendar.

With a tool

The agent checks the real system and gives a useful, accurate answer based on live data.

Each tool unlocks something new
Calendar → meetings Calculator → math File Tool → documents Search Tool → fresh info
Your turn

You pick the tool

Read the task and tap the tool the agent should call. New tasks, not the ones above.

Tap a tool above to check your answer.
Score 0 / 0
🔑
Key takeaways
  • • Tool calling lets agents use external abilities.
  • • The agent chooses a tool based on the task.
  • • Tools can retrieve information or perform actions.
  • • Tool results help the agent produce a better answer.
  • • The agent still creates the final response.
Summary

Tool calling lets an AI Agent move beyond only answering from memory. It can use the right tool to get information, perform actions, and complete tasks.