You're viewing a demo portfolio

Join the waitlist
PRSM

property_search_owner

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search for real estate properties by owner name. Find all properties owned by a person, family, trust, LLC, or company. Supports partial name matching. Use this for questions like "what properties does John Smith own?", "find all land owned by this company", "who owns property in this area?", or any property ownership search. Returns addresses, values, property types, and account numbers for all matching properties.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "owner_name"
  ],
  "properties": {
    "county": {
      "type": "string",
      "default": "montgomery",
      "description": "County name (default: montgomery)"
    },
    "owner_name": {
      "type": "string",
      "minLength": 1,
      "description": "Full or partial owner name to search for"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →