AI assistant tools are the pieces a model reaches for in the middle of answering you — not a menu you open, but a set of 20 capabilities Mio can call on its own when a question needs a live fact, an exact calculation, or a page read instead of a guess. Understanding what “the model calls a tool mid-answer” actually means is the difference between trusting an AI’s numbers and knowing when to double-check them yourself.
What “Calling a Tool Mid-Answer” Actually Means
When you ask a plain language model something like “what’s the exchange rate for 500 EUR to USD today,” a model with no tools can only guess from training data — and training data is always stale for anything that changes daily. Ask Mio the same question, and behind the scenes the model recognizes this is a job for the currency rates tool, sends a request to get the official rate, gets a number back, and writes that number into its reply. You see one smooth answer; what actually happened is a small round trip: model decides it needs a tool, calls it, reads the result, continues writing.
This matters for two reasons. First, it means the answer to a factual question can be as current as the tool’s data source, not as old as the model’s training cutoff. Second, it means you can generally tell which parts of an answer are “looked up” versus “reasoned” — a stock price or a DNS record came from a tool call; an explanation of what that number means came from the model itself. The full catalog of Mio’s five feature layers, including how tools relate to experts and templates, is covered in the Ask Mio features overview.
The 20 Tools, One Honest Line Each
| Tool | What it does |
|---|---|
| Live browser | Opens a page in a real Chromium browser so JavaScript runs — needed for pages that render content client-side. |
| Calculator | Evaluates an arithmetic expression exactly (+ − × ÷ %, ^, parentheses, sqrt, trig, log, pi, e) — no rounding guesswork. |
| Remove AI marks | Strips AI provenance metadata (C2PA, XMP, EXIF, IPTC) from an image or invisible marker characters from text — does not remove pixel-level watermarks. |
| Crypto prices | Current price, 24h change and market cap of a cryptocurrency such as bitcoin, ethereum or solana. |
| Currency rates | Converts money using official ECB rates, for today or a stated past date. |
| Date & time | Current date and time in any time zone, plus the difference between two dates in days or working days. |
| Domain & DNS check | Checks A/AAAA/MX/TXT/NS records for a domain and whether the site responds. |
| Public holidays | Public holidays for a country and year — useful for deadlines and working-day math. |
| News headlines | Recent news headlines on a topic, with links and dates. |
| Page & SEO audit | Checks a page’s title, meta description, Open Graph tags, headings, word count, missing alt text, robots and canonical tags. |
| QR code | Creates a QR code image for a link, text, Wi-Fi network or contact card. |
| Web page reader | Opens a URL and reads its text — articles, docs, product pages — without rendering JavaScript. |
| RSS reader | Reads an RSS or Atom feed and lists the latest entries with titles, dates and links. |
| Code runner | Runs Python or Node in a sandbox to compute exactly, analyse a table with pandas, draw a matplotlib chart, or convert a file. |
| Prepares an e-mail — drafting only; sending to others always needs your confirmation. | |
| Stock quotes | Latest price of a stock, ETF or index by ticker (AAPL, MSFT, ^SPX). |
| Translator | Translates text into another language, keeping formatting. |
| Weather | Current weather and a 7-day forecast for any city or place. |
| Web search | Searches the web for current facts, prices or events after the model’s training cutoff. |
| Wikipedia | Looks up an encyclopedic summary of a person, place, company or term. |
Grouping the 20 by What They’re Really For
Live data lookups
Currency rates, crypto prices, stock quotes, weather and public holidays exist because these numbers change constantly and a model’s training data is always a snapshot. Asking “what’s Tesla trading at” gets a live tool-fetched quote rather than a stale figure from whenever the model was trained. See AI Currency, Crypto and Stock Prices for the detail on what’s official (ECB) versus a market feed.
Reading the web
Live browser, web page reader, web search, Wikipedia and news headlines cover different depths of “go look at the internet.” A plain reader is enough for a static article; a real browser matters when a page only shows its content after JavaScript runs. The distinction is explored fully in AI Live Browser vs Web Page Reader.
Site and domain diagnostics
Page & SEO audit and Domain & DNS check are the closest things in this list to developer utilities — one checks a page’s on-page SEO signals, the other checks whether a domain’s mail and name records are actually configured right. Both are covered in their own guides: the SEO audit tool and the domain & DNS checker.
Computation and files
Calculator handles exact arithmetic; Code runner goes much further, executing real Python or Node in a sandbox for anything from a pandas table analysis to a rendered chart. See Python Sandbox AI: Inside Mio’s Code Runner.
Everyday utilities
QR code, RSS reader, translator, date & time, e-mail drafting and Remove AI marks round out the list — small, specific jobs that would otherwise mean opening a separate app or website.
What Tools Don’t Do
A tool call is not the same as an expert (skill) or a ready-made job (template). Tools answer one factual sub-question inside a normal reply; they don’t change how Mio frames an entire conversation the way picking “SEO specialist” from the experts list would, and they don’t produce a downloadable file the way a ready-made job does. If you want a full spreadsheet built from a data set, that’s a template job feeding off a code-runner-style analysis, not a single tool call. And a tool never touches your private accounts — that’s what connectors are for, always read-only, described in the connectors guide.
It’s also worth being clear about accuracy: a tool call is only as good as its source. Currency rates come from the ECB, which is authoritative for official exchange rates but does not cover every currency pair or intraday movement. Crypto and stock prices come from market data feeds, which move constantly and can differ slightly between providers at the same instant. News headlines and web search reflect whatever is publicly indexed at query time, which is not the same as a fact-checked wire report. None of these limits make the tools useless — they just mean “Mio looked it up” is not automatically the same guarantee as “this is the single canonical value,” and for anything with legal or financial consequences, the underlying source is worth a direct check too.
How This Compares to Plugins You’ve Seen Elsewhere
Most modern chat assistants can call some kind of external tool, so the concept of AI assistant tools isn’t unique to Mio. What varies between products is breadth and transparency: whether the assistant reaches for a narrow set of two or three built-ins, or a broad list that covers money, web, code and utilities without you installing anything first. Ask Mio’s 20 AI assistant tools ship enabled by default in Chat mode — there’s no separate app store, no per-tool toggle to hunt for, and no plugin marketplace to browse. The trade-off is that you can’t add a fully custom third-party tool the way some developer-focused platforms allow; what you get is the fixed, curated list on the features page, which is either enough for a given task or it isn’t.
The other difference worth naming is where the line falls between “tool” and “everything else.” In Mio, AI assistant tools are strictly the mid-answer, single-purpose calls described above. A persona that reshapes an entire conversation is a separate layer (experts), and a form that returns a finished file is another layer again (ready-made jobs). Keeping tools narrow is what makes them fast and predictable — a currency conversion should not require choosing a mode first.
What Tool Calls Cost in Points
Ask Mio prices usage in points rather than tokens: a normal chat reply costs 1 point, a longer or more complex one costs 3, and a coding answer runs 5–10 points, according to the pricing page. A reply that uses one or more of these AI assistant tools is priced the same way as any other reply of similar length and complexity — there is no separate per-tool-call fee stacked on top. That means asking “what’s EUR/USD today, and what does that mean for my invoice” costs the same as any other short, exact answer, whether or not a currency-rate lookup happened behind the scenes. The free plan’s 600 points a month and 40-per-five-hour-window allowance is enough to use these tools regularly without paying anything, though heavier daily use — repeated SEO audits, DNS checks or code runner sessions — is where a paid plan’s larger monthly allowance and higher per-window ceiling start to matter.
A Worked Example
Suppose you type: “Check example-shop.com’s SEO and tell me if their MX records are set up correctly, then convert their listed price of $49.99 to EUR.” In one reply, Mio would likely call three separate tools — Page & SEO audit for the on-page checks, Domain & DNS check for the MX record, and Currency rates for the conversion — and stitch the three results into a single coherent answer. You never see three separate “tool outputs”; you see one response that happens to contain three verified facts instead of three guesses.
Frequently Asked Questions
Do I have to enable tools before Mio can use them?
No. All 20 tools are available automatically in a normal chat — Mio decides when a question needs one and calls it without you selecting anything from a menu.
Can I see which tool Mio used for a given answer?
Mio’s replies generally make clear when a live figure or lookup was used, since the point of calling a tool is to give you a checkable number rather than a hidden one. The exact presentation depends on the chat, but the underlying call is not a secret trick.
Are the currency rates from the tool official?
Yes for the base rate — the currency rates tool uses official ECB rates, including for past dates. Crypto and stock prices, by contrast, come from market data feeds, which is a different kind of source and moves faster than a central bank’s daily reference rate.
Does the web page reader run JavaScript?
No — the web page reader tool reads a page’s text as delivered, which is enough for most articles and documentation. Pages that build their content with JavaScript after load need the live browser tool instead, which runs a real Chromium instance.
What happens if I ask Mio to send an email to someone else?
The e-mail tool can prepare the message, but sending to anyone other than yourself always waits for your confirmation first. Sending routine reports to your own address without asking every time is a separate, opt-in module called Mail to myself.
Is the code runner safe to use for someone else’s script?
The code runner executes Python or Node inside a sandbox specifically so that running unfamiliar code doesn’t touch your own machine, files or network the way running a stranger’s script locally could. It’s built for exact computation, table analysis and chart generation rather than as a general-purpose safe box for arbitrary untrusted code, but the isolation is the whole point of routing execution through it rather than your own terminal.
The Bottom Line
The 20 tools are what let Ask Mio answer with a checked number instead of a remembered one — current exchange rates, a real DNS lookup, an exact calculation — without you ever managing a toolbox. They’re one of five layers Mio offers alongside experts, ready-made jobs, connectors and account modules, all covered on the features page. Try asking a question that needs a live fact and see which tool answers it; if that’s useful daily, the free plan already includes the tool layer in Chat mode.
