API access
Your AI client reaches Texas County Exemption Rules through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside Texas — all 254 counties. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything ParcelOps Texas county reference layer does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ Agricultural and wildlife thresholds are reviewed for 78 of 254 counties; every response reports provenance.verified so unreviewed rows are visible.
- ⚠ 37 counties have no livestock minimum on file and 5 have no wildlife minimum. These return null and are named in provenance.missingFields, never coerced to zero.
- ⚠ County tax rates currently cover tax year 2024 only and must not be read as current-year rates.
- ⚠ Ecoregion mapping covers 249 of 254 counties.
- ⚠ Qualification is determined by the county appraisal district under the Texas Property Tax Code. Confirm every threshold and deadline with the district before filing.
Methods (6)
A method is one call your agent can make against this source.
getCountyRequirements
readAgricultural and wildlife exemption thresholds for one Texas county.
What you must providecountyFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "county": { "type": "string", "maxLength": 64 } }, "required": [ "county" ], "additionalProperties": false }getAppraisalDistrict
readAppraisal district contacts, protest portal, and filing channels for a county.
What you must providecountyFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "county": { "type": "string", "maxLength": 64 } }, "required": [ "county" ], "additionalProperties": false }getAgProductivityValues
readPer-acre productivity values by land class, with published vs derived basis.
What you must providecountyFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "county": { "type": "string", "maxLength": 64 }, "taxYear": { "type": "integer", "minimum": 1990, "maximum": 2100 }, "landClass": { "type": "string", "maxLength": 64 } }, "required": [ "county" ], "additionalProperties": false }getCountyTaxRates
readCounty, median school district, and combined rural tax rates by year.
What you must providecountyFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "county": { "type": "string", "maxLength": 64 }, "taxYear": { "type": "integer", "minimum": 1990, "maximum": 2100 } }, "required": [ "county" ], "additionalProperties": false }listLandUseCodes
readTexas Comptroller state Category codes and their exemption flags.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "agOpenSpaceOnly": { "type": "boolean" }, "category": { "type": "string", "maxLength": 64 } }, "required": [], "additionalProperties": false }getServiceInfo
readReturn measured coverage, known gaps, and legal-use notes.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Land research
Parcel records, ground conditions, and what reaches the property line, for raw and rural land.
- Commercial real estate
Parcel and assessment records, building programs, and the entity on the other side of the deal.
- Residential real estate
The parcel record, the housing programs that touch an address, and the conditions a buyer asks about.
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- Realtors and brokerages
The facts behind a listing, the programs a buyer may qualify for, and your own files in the same place.
- What are farmland values in this county?
