estimate_title_cost
unverifiedv0.1Show a quiet-title cost planning estimate using your USD fee assumptions, defendant count, publication choice and case difficulty. Returns a component breakdown and an editorial range, not a quote.
Updated 9/9/2026 · Created 9/9/2026
Input Schema
{
"type": "object",
"required": [
"attorney",
"filing",
"defendants",
"servicePer",
"publication",
"publicationCost",
"titleSearch",
"caseType"
],
"properties": {
"filing": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"attorney": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"caseType": {
"enum": [
"uncontested",
"harder",
"contested"
],
"type": "string"
},
"defendants": {
"type": "integer",
"maximum": 1000,
"minimum": 0
},
"servicePer": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"publication": {
"type": "boolean"
},
"titleSearch": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"publicationCost": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
}
},
"additionalProperties": false
}Full Contract
{
"name": "estimate_title_cost",
"description": "Show a quiet-title cost planning estimate using your USD fee assumptions, defendant count, publication choice and case difficulty. Returns a component breakdown and an editorial range, not a quote.",
"inputSchema": {
"type": "object",
"required": [
"attorney",
"filing",
"defendants",
"servicePer",
"publication",
"publicationCost",
"titleSearch",
"caseType"
],
"properties": {
"filing": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"attorney": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"caseType": {
"enum": [
"uncontested",
"harder",
"contested"
],
"type": "string"
},
"defendants": {
"type": "integer",
"maximum": 1000,
"minimum": 0
},
"servicePer": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"publication": {
"type": "boolean"
},
"titleSearch": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
},
"publicationCost": {
"type": "number",
"maximum": 100000000,
"minimum": 0,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
}
},
"additionalProperties": false
}
}GET /api/tool/www.taxsaleatlas.com/tools/quiet-title-cost-calculator/estimate_title_cost