filter_counties
unverifiedv0.1Filter and sort this state’s county directory. Shows 20 rows per page in the same order as returned. Unknown format is distinct from online or in-person. Timing sorts the displayed text alphabetically, not by auction date. Use county links for sources and full conditions.
Updated 9/9/2026 · Created 9/9/2026
Input Schema
{
"type": "object",
"required": [],
"properties": {
"page": {
"type": "integer",
"maximum": 10000,
"minimum": 1,
"description": "One-based result page. Defaults to 1."
},
"query": {
"type": "string",
"maxLength": 120
},
"format": {
"enum": [
"all",
"online",
"in-person",
"sealed-bid",
"unknown"
],
"type": "string"
},
"sortBy": {
"enum": [
"name",
"county_seat",
"deedFormat",
"certPlatform",
"deedTiming"
],
"type": "string"
},
"platform": {
"enum": [
"all",
"County office",
"LienHub",
"Pacific Blue",
"RealAuction",
"VisualGov",
"WFBS",
"ZEUS"
],
"type": "string"
},
"direction": {
"enum": [
"asc",
"desc"
],
"type": "string"
}
},
"additionalProperties": false
}Full Contract
{
"name": "filter_counties",
"description": "Filter and sort this state’s county directory. Shows 20 rows per page in the same order as returned. Unknown format is distinct from online or in-person. Timing sorts the displayed text alphabetically, not by auction date. Use county links for sources and full conditions.",
"inputSchema": {
"type": "object",
"required": [],
"properties": {
"page": {
"type": "integer",
"maximum": 10000,
"minimum": 1,
"description": "One-based result page. Defaults to 1."
},
"query": {
"type": "string",
"maxLength": 120
},
"format": {
"enum": [
"all",
"online",
"in-person",
"sealed-bid",
"unknown"
],
"type": "string"
},
"sortBy": {
"enum": [
"name",
"county_seat",
"deedFormat",
"certPlatform",
"deedTiming"
],
"type": "string"
},
"platform": {
"enum": [
"all",
"County office",
"LienHub",
"Pacific Blue",
"RealAuction",
"VisualGov",
"WFBS",
"ZEUS"
],
"type": "string"
},
"direction": {
"enum": [
"asc",
"desc"
],
"type": "string"
}
},
"additionalProperties": false
}
}GET /api/tool/www.taxsaleatlas.com/florida/counties/filter_counties