> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aris247.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Property Details

> Returns detailed information about specific listings, including photos, descriptions, and listing history.

# Property Details

Returns detailed information about specific listings, including photos, descriptions, and listing history.

## MCP tool name

`get_featured_listings`

This tool retrieves the brokerage's promoted/featured listings. For details on a specific listing from a search result, the AI uses the listing data already in the conversation context.

## Parameters

<ParamField body="limit" type="integer" default="10">Number of results.</ParamField>
<ParamField body="page" type="integer">Page number.</ParamField>
<ParamField body="agentId" type="string">Filter by agent.</ParamField>
<ParamField body="officeId" type="string">Filter by office.</ParamField>

## Example

<Tabs sync={false}>
  <Tab title="Natural language">
    > "Show me your featured listings"
    > "What properties does your office have?"
  </Tab>

  <Tab title="MCP">
    ```json theme={null}
    {
      "name": "get_featured_listings",
      "arguments": {
        "limit": 5
      }
    }
    ```
  </Tab>
</Tabs>

## How detail questions work

When a visitor asks about a specific property (e.g., *"Tell me more about the house on Main Street"*), ARIS uses conversation context — it locates the listing from earlier in the chat and provides detailed information from the listing data already available, including description, days on market, and photo links.
