Skip to main content

AI Tools Reference

ARIS has 6 built-in AI tools that power its conversational capabilities. These tools are available through the widget, REST API, and MCP server. The AI engine automatically selects the right tool based on each user message. You don’t need to call tools directly when using the widget or /v1/chat — intent classification handles routing. For MCP and custom integrations, you can call tools explicitly.

Tool summary

Property Search

“Show me homes in Austin” — Searches MLS listings by criteria

Property Details

“Tell me about this listing” — Gets details and compares properties

Mortgage Calculator

“What’s the monthly payment?” — Estimates payments based on terms

Schedule Viewing

“I’d like to see this house” — Captures showing requests

Neighborhood Info

“How are the schools there?” — Context about location, schools, walkability

Compare Properties

“Compare these two homes” — Side-by-side comparison

Intent → Tool mapping

When a message arrives at /v1/chat, the AI classifies it and routes:
IntentTool(s) used
property_searchProperty Search
property_questionProperty Details
comparisonCompare Properties
affordabilityMortgage Calculator
schedulingSchedule Viewing
location_infoNeighborhood Info
general_question(AI knowledge, no tool)
follow_upPrevious context + relevant tool
contact_infoLead capture
small_talk(AI conversational)