What is tool use in AI Agents? A Guide for product managers in wealth management
Tool use in AI agents is the ability for an agent to call external tools, APIs, or systems to complete a task instead of relying only on its internal model. In practice, it means the agent can fetch account data, run calculations, check policy rules, or trigger workflows before giving an answer or taking action.
How It Works
Think of an AI agent as a private banker who knows the playbook but does not have every client record in their head. When a client asks, “What’s my portfolio exposure to tech this quarter?” the banker does not guess. They open the CRM, pull holdings from the portfolio system, run the exposure calculation, and then respond.
That is tool use.
The agent usually follows a simple loop:
- •
Understand the request
The model interprets what the user wants and decides whether it needs outside data or action. - •
Choose a tool
It selects from available tools such as:- •CRM lookup
- •Portfolio analytics API
- •KYC/AML screening service
- •Document search
- •Ticketing or workflow system
- •
Pass structured inputs
The agent sends parameters in a machine-readable format, not free text. For example:- •client_id:
12345 - •date_range:
Q2 - •metric:
sector_exposure
- •client_id:
- •
Receive results
The tool returns data. The model uses that result to answer the user or continue the workflow. - •
Decide next step
It may call another tool, ask a clarifying question, or present the final response.
For product managers, the key point is this: tool use turns an AI agent from a chat interface into an operational layer. Without tools, it can explain concepts. With tools, it can act on real business systems.
A useful analogy is a wealth manager with a research desk and operations team behind them. The manager does not manually compute everything. They delegate specific tasks to specialists and then synthesize the result for the client. Tool use gives an AI agent that same delegation model.
Why It Matters
- •
It makes answers grounded in real data
In wealth management, stale or hallucinated answers are unacceptable. Tool use lets the agent pull current balances, holdings, performance numbers, and policy rules before responding. - •
It reduces manual work for advisors and operations teams
Common requests like “send me my latest statement,” “summarize portfolio drift,” or “check if this trade breaches concentration limits” can be automated through tools. - •
It improves compliance and auditability
If every action goes through approved systems, you can log what was called, when it was called, and why. That matters for suitability checks, disclosures, and post-trade review. - •
It enables safer automation
The model does not need broad system access. You expose narrow tools with controlled permissions instead of giving the agent direct database access.
Real Example
A relationship manager gets this request from a high-net-worth client:
“Can you tell me whether my portfolio still fits my moderate risk profile after last week’s market move?”
A tool-enabled agent can handle this end to end:
- •
Pull client profile
- •Fetch risk score from CRM
- •Retrieve investment mandate and restrictions
- •
Fetch current portfolio
- •Call portfolio holdings API
- •Get latest prices and weights
- •
Run policy checks
- •Compare current allocation against approved ranges
- •Check concentration limits and restricted securities
- •
Generate response
- •Summarize drift in plain language
- •Flag any breaches
- •Suggest next actions for advisor review
Example output:
- •Equity allocation moved from 58% to 66%
- •Technology exposure now exceeds target range by 8%
- •No restricted securities detected
- •Recommend advisor review before rebalancing
The important part is that the agent did not invent these numbers. It used tools to retrieve source-of-truth data and apply business rules.
From a product perspective, this changes how you design features:
- •The AI layer is not just “chat”
- •It becomes a workflow orchestrator
- •Each tool maps to a business capability:
- •search
- •calculate
- •verify
- •approve
- •execute
That is where value shows up in wealth management: faster advisor support, fewer swivel-chair workflows, and more consistent client servicing.
Related Concepts
- •
Function calling
The technical pattern where an LLM selects and invokes a predefined function with structured arguments. - •
Retrieval-Augmented Generation (RAG)
A way for the model to fetch relevant documents or knowledge before answering. Useful for policy docs, product terms, and research notes. - •
Agent orchestration
The logic that decides which tool to call next, in what order, and when to stop. - •
Guardrails / policy enforcement
Controls that restrict what the agent can do, especially around trades, disclosures, approvals, and sensitive data. - •
Workflow automation
Using tools to move work across systems like CRM, OMS/EMS, case management, and document generation without human copy-paste steps.
Keep learning
- •The complete AI Agents Roadmap — my full 8-step breakdown
- •Free: The AI Agent Starter Kit — PDF checklist + starter code
- •Work with me — I build AI for banks and insurance companies
By Cyprian Aarons, AI Consultant at Topiax.
Want the complete 8-step roadmap?
Grab the free AI Agent Starter Kit — architecture templates, compliance checklists, and a 7-email deep-dive course.
Get the Starter Kit