> ## 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.

# Neighborhood Info

> Provides contextual information about a location — schools, walkability, transit, market trends, and lifestyle.

# Neighborhood Info

Provides contextual information about a location — schools, walkability, transit, market trends, and lifestyle.

## MCP tool name

`get_neighborhood_info`

## Parameters

<ParamField body="location" type="string" required>City, neighborhood, or ZIP code.</ParamField>
<ParamField body="aspects" type="string[]">Specific topics: `"schools"`, `"safety"`, `"transit"`, `"restaurants"`, `"walkability"`.</ParamField>

## Example

<Tabs sync={false}>
  <Tab title="Natural language">
    > "How are the schools in Plano, TX?"
    > "What's the walkability like in downtown Austin?"
    > "Tell me about the Westlake neighborhood"
  </Tab>

  <Tab title="MCP">
    ```json theme={null}
    {
      "name": "get_neighborhood_info",
      "arguments": {
        "location": "Plano, TX",
        "aspects": ["schools", "safety"]
      }
    }
    ```
  </Tab>
</Tabs>

## How it works

This tool routes through the ARIS AI engine to combine real estate knowledge with location context. The response includes:

* School ratings and nearby schools
* Walk Score / Transit Score estimates
* Local market trends (median price, appreciation)
* Lifestyle and community descriptions
* Commute context
