The catalogue/Kelify AI Property Search

Kelify AI Property Search

app.kelify

Search real estate listings through AI-powered conversations

Version2.0.0
Categoryai
AuthAPI key
Tools3
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

AI-powered conversational property search API for real estate listings

real estateproperty searchaiconversationalkelify
02

Tools

3 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • create-conversationCreate a new conversation session for property search. Each conversation maintains context across multiple messages, allowing for natural follow-up questions. Returns { conversation_id, created_at }.
  • get-conversationRetrieve full conversation history including all messages, AI responses, search results, and usage statistics. Returns { conversation_id, created_at, updated_at, title, messages, usage }. Params: conversation_id (required).
  • send-messageSend a user message to a conversation and receive an AI response with property search results. Returns { conversation_id, title, message, search_results, usage }. Params: conversation_id (required), message (required, 1-2000 chars).
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

System secrets

KELIFY_API_KEY

Reading further

The manifest and the source for Kelify AI Property Search live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Kelify AI Property Search · Agent Apps