Twin Cities Records
twin_cities_recordsAnswers a question about the Minneapolis-St. Paul metro from joined public records — what a property sold for and when, who owns it and what else they hold, what shares its lot line, whether it has a contamination or storage-tank file, who is licensed to trade there, how the neighbourhood's census tract compares. Give an address to answer about one property and its surroundings; omit it to ask about the whole market cut. Returns the true matching row count, up to six example rows, and a link to the complete file.
Example invocations:
"What did 1420 Grand Ave, Saint Paul last sell for?"
"What commercial property sold within half a mile of 2900 Hennepin Ave, Minneapolis?"
"Does 500 Washington Ave S have a contamination file, and who owns it?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | A scope key from that dataset's `scopes`. Omit for the dataset's first cut. | |
| address | No | A street address inside the seven-county metro, to answer about ONE property instead of the whole market. Include the city after a comma when the street name is common — 'Grand Ave' exists in several of these cities. | |
| columns | No | Column keys to return. Omit for the dataset's default set. | |
| dataset | Yes | A dataset id from twin_cities_datasets — e.g. 'sales', 'owners', 'adjacency'. | |
| within_ft | No | Radius in feet around `address`. Default 5280 (one mile), capped at 26400. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| answer | Yes | ||
| centre | No | ||
| notice | No | Present ONLY when the request was denied by usage policy instead of executed. When present, no other field carries a result. | |
| sample | No | At most six example rows. Never report these as the complete result. | |
| caveats | Yes | ||
| columns | No | ||
| dataset | No | ||
| subject | No | ||
| coverage | No | The counties this dataset actually holds. Coverage is not uniform across datasets. | |
| datasets | No | ||
| scope_label | No | ||
| download_url | No | Fetch this for the complete file. | |
| documented_at | No | Page documenting this dataset's source, full column list and stated limits. | |
| matching_rows | No | The true number of rows that match. `sample` shows at most six of them. |