Skip to main content
Glama
malonestar

gov-data-mcp

by malonestar

parcel-owner-lookup

Resolve US street addresses to parcel IDs, owner names, mailing addresses, and assessed values using official assessor rolls from Chicago, Philadelphia, and NYC, with Census geocoding fallback.

Instructions

Parcel Owner Lookup — Address to Owner & Assessor Record. Turn street addresses into parcel IDs, owner names, mailing addresses, assessed values & coordinates from official assessor rolls (Chicago/Cook County, Philadelphia, NYC) with Census-geocoder fallback. Address-grounding primitive for AI agents, proptech & skip tracing. $0.02/lookup. Reads live from the official government source. Store page: https://apify.com/malonestar/parcel-owner-lookup

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressesYesUS street addresses to resolve to a parcel + owner record, one per line (e.g. '1060 W Addison St, Chicago, IL'). v1 matches against the Cook County IL (Chicago), Philadelphia PA, and New York City assessment rolls; addresses outside those areas fall back to Census geocoding (lat/lon only). Every input address always yields exactly one output row — unmatched addresses come back with match_confidence 'none'. Example: ["1060 W Addison St, Chicago, IL","1234 Market St, Philadelphia, PA","350 5th Ave, New York, NY"].
maxResultsNoMaximum number of addresses to process (one output row per address). Extra addresses beyond this cap are skipped. Example: 10. Applied by default if omitted: 100.
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses read-only behavior ('Reads live from the official government source'), cost per lookup, the fallback to Census geocoding, and the guarantee that each input yields one output row with a 'match_confidence' field. It lacks explicit rate limits or failure modes, but covers key behaviors.

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 not overly verbose. It leads with a clear summary, then details scope, use cases, cost, and data source. The structure is logical, though the repeated phrasing about addresses and output rows could be tightened slightly.

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

Completeness3/5

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

Given the absence of an output schema, the description gives a high-level list of fields but not the exact response structure. It also doesn't specify error handling, rate limits, or authentication requirements. For a read-only lookup tool, this is a moderate gap that could leave users uncertain about response format in edge cases.

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?

The input schema already includes detailed descriptions for both parameters. The tool description reinforces the address parameter's behavior (one row per input, fallback) and explains the maxResults cap. This adds meaningful context beyond the schema, especially regarding output consistency.

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's function: converting street addresses into parcel IDs, owner names, mailing addresses, assessed values, and coordinates. It specifies geographic coverage (Chicago/Cook County, Philadelphia, NYC) and distinguishes from sibling tools by focusing on parcel ownership data.

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 provides explicit use cases (address-grounding for AI agents, proptech, skip tracing) and mentions the scope and fallback behavior. While it doesn't directly compare to sibling tools, the domain-specific nature and geographic limits make it clear when this tool is appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/malonestar/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server