Skip to main content
Glama

Cook County / Chicago Property Data (free tier, no wallet needed)

Chicago comparable sales / AVM (25 free a day)

find_chicago_comparable_sales
Read-onlyIdempotent

FREE for your first 25 calls each day — no wallet, no signup, just call it ($0.10 per call via x402/USDC only after that daily allowance, which resets at 00:00 UTC). Recent arm's-length comparable sales (comps) in the same Cook County assessor neighborhood and property class as the given PIN, each with its distance in metres from the subject, plus an implied low/median/high price range — a derived, lightweight automated valuation (AVM) you won't get from a raw open-data query. Thin markets widen automatically and the response reports which matching rung was used. Comps are NOT normalized for building size or age.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYes10- or 14-digit Cook County PIN (digits; dashes allowed, e.g. 14-08-120-017-0000). If you only have a street address, call search_chicago_property_by_address first.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the bar for added value is met by the description's extra details: daily free allowance, wallet-free first 25 calls, $0.10 cost afterward, UTC reset, automatic widening for thin markets, and the explicit caveat that comps are NOT normalized for building size or age. This is rich behavioral context agents need to interpret results and usage costs correctly.

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 dense but every sentence conveys something decision-relevant: cost/allowance, output contents, market-thinning behavior, and a material limitation. The first sentence leads with the free allowance rather than the core purpose, but the title already carries that framing, so the redundancy is minor. It earns its length despite being longer than average.

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

Completeness5/5

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

Despite having no output schema, the description tells the agent what the response contains: comparable sales, distance in metres, low/median/high price range, and the matching rung used. It also flags normalization limitations that affect interpretation. For a single-parameter read-only tool, nothing essential about invocation or returned meaning is missing.

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

Parameters3/5

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

Schema coverage is 100% and the single pin parameter is already well documented with format, pattern, and an example. The description adds the useful routing note to call search_chicago_property_by_address first for addresses, but that is more usage guidance than parameter semantics. With full schema coverage, the baseline of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool returns recent arm's-length comparable sales in the same Cook County assessor neighborhood and property class as a given PIN, with distances and an implied price range/AVM. This distinguishes it from raw open-data queries and nearby sibling tools like search_chicago_property_by_address. The verb 'call it' is informal, but the resource and outcome are unmistakable.

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 concrete usage context: it is a comps/AVM lookup by PIN, and the schema directs users to search_chicago_property_by_address first when only an address is known. It does not explicitly enumerate when to choose this tool over get_cook_county_parcel or get_cook_county_property_dossier, but the comps/AVM focus makes the intended use clear. The free-quota note helps agents decide when calling is cost-effective.

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.7/5.0
Disambiguation5/5

Each tool targets a distinct step in the property-data workflow: address-to-PIN resolution, parcel lookup, full dossier, comparable sales, and a free sample. The descriptions explicitly differentiate parcel vs. dossier and subject sales history vs. comparable sales, so there is no real ambiguity.

Naming Consistency5/5

All tool names use a consistent snake_case verb_object pattern, with get_ for direct lookups and find_/search_ for lookup-style operations. The naming is predictable and makes the purpose of each tool immediately clear.

Tool Count5/5

Five tools is a well-scoped size for a property-data server: address search, parcel lookup, full dossier, comparable sales, and a sample endpoint. Each tool earns its place and there is no bloat or redundancy.

Completeness5/5

The tool set covers the core read-only property-data lifecycle: resolve address to PIN, get basic parcel data, get a comprehensive dossier with sales/permits/assessments, and generate comparable-sales context. A free sample tool also helps validate response shapes, so there are no obvious dead ends for typical use cases.

Resources