Skip to main content
Glama

Small Business Intelligence by Brick & Mortar

Twin Cities Records

twin_cities_records
Read-only

Answers 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

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoA scope key from that dataset's `scopes`. Omit for the dataset's first cut.
addressNoA 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.
columnsNoColumn keys to return. Omit for the dataset's default set.
datasetYesA dataset id from twin_cities_datasets — e.g. 'sales', 'owners', 'adjacency'.
within_ftNoRadius in feet around `address`. Default 5280 (one mile), capped at 26400.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
answerYes
centreNo
noticeNoPresent ONLY when the request was denied by usage policy instead of executed. When present, no other field carries a result.
sampleNoAt most six example rows. Never report these as the complete result.
caveatsYes
columnsNo
datasetNo
subjectNo
coverageNoThe counties this dataset actually holds. Coverage is not uniform across datasets.
datasetsNo
scope_labelNo
download_urlNoFetch this for the complete file.
documented_atNoPage documenting this dataset's source, full column list and stated limits.
matching_rowsNoThe true number of rows that match. `sample` shows at most six of them.

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavior beyond annotations: it states the response includes the true matching row count, up to six example rows, and a link to the complete file. It also clarifies that the tool works over joined public records, which helps set expectations about data scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, then gives a compact behavioral summary and useful example queries. It is longer than minimal but each section serves a purpose—especially the examples, which make the tool's usage concrete. It could be tightened slightly, but there is no wasted filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given five parameters, an output schema, and safety annotations, the description covers the main ambiguities: how to target one property vs. the market, what response to expect, and what kinds of questions are answerable. It does not describe the within_ft parameter directly, but the schema covers that, and the half-mile example implies radius usage. Overall, an agent has enough to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all five parameters. The description goes beyond the schema by explaining the address parameter's optionality and disambiguation rule (include the city for common street names), and by illustrating radius-based queries. This adds practical meaning that the bare schema entries do not fully convey.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: it answers questions about the Minneapolis-St. Paul metro from joined public records, with concrete examples of property sales, ownership, contamination files, and census data. It is clear what the tool does, though it does not explicitly differentiate itself from sibling tools like data_source_atlas or twin_cities_datasets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear guidance on how to scope queries: provide an address for one property and its surroundings, or omit it for the whole market cut. Example invocations illustrate appropriate use. It does not, however, explicitly say when to use this tool instead of a sibling or mention prerequisite steps such as calling twin_cities_datasets first.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools target clearly distinct tasks — teardowns, competitor mapping, pricing, reviews, visibility, and data lookup are all separable. The main ambiguity is that business_teardown is a comprehensive single-business tool that overlaps with local_visibility_audit, review_intelligence, and pricing_benchmark, and twin_cities_datasets vs twin_cities_records could be confused at first glance.

Naming Consistency4/5

Names are almost uniformly descriptive snake_case noun phrases like business_teardown, competitor_landscape, and market_opportunity_scan. The exceptions are compose_report and request_a_feature, which are verb-first, creating a minor but noticeable convention break.

Tool Count5/5

Twelve tools is well within the ideal range for a server with this scope. Each tool covers a meaningful part of the small-business investigation workflow, from research planning and data lookup to analysis, diligence, and report assembly.

Completeness4/5

The surface covers the full investigative lifecycle: data sourcing, market and competitor analysis, business teardown, pricing, reviews, local visibility, broker diligence, and client-ready reporting. Minor gaps exist around direct valuation/financial modeling and non-Twin-Cities dataset access, but data_source_atlas and request_a_feature help agents work around them.