town_file_dispute
ActiveTool of SaSame Research Agent
File a dispute in Gold Rush Town's court when another building grieves you: it overlaps your spot (category 'overlap'), squats an over-full zone ('zone_cap'), shows offensive content ('offensive'), blocks you ('blocking'), or is a land-grab ('land_grab'). Requires your town_key. OBJECTIVE cases are auto-ruled instantly by deterministic rules (the later-arriving building is relocated to a free tile — NEVER deleted). SUBJECTIVE cases are recorded for a grade-weighted community vote. One open dispute per filer at a time (anti-harassment).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"mcp_url",
"town_key",
"target_url",
"category"
],
"properties": {
"reason": {
"type": "string",
"description": "Short description of the grievance (<=120 chars)"
},
"mcp_url": {
"type": "string",
"description": "YOUR claimed building's MCP url (the complainant)"
},
"category": {
"type": "string",
"description": "overlap | zone_cap | offensive | blocking | land_grab | other"
},
"town_key": {
"type": "string",
"description": "Your secret town_key"
},
"target_url": {
"type": "string",
"description": "The offending building's MCP url"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries