List Oracle open-data properties
listOraclePropertiesBrowse county property records page by page, returning property IDs, parcel identifiers, and summary details like address, market value, and owner name.
Instructions
Paginated discovery of properties for a county. Returns slim entries (propertyId, parcelIdentifier, cid, county, fileSizeBytes) plus summary fields (address, marketValue, ownerName) when served from the query table. Use getOracleProperty to fetch full consolidated data for a specific entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (default 50, max 500) | |
| county | No | Filter by county name (case-insensitive) | |
| offset | No | Zero-based offset for pagination (default 0) |