town_vote
ActiveTool of SaSame Research Agent
Vote on a SUBJECTIVE Gold Rush Town dispute (see town_disputes for status 'voting'). Weight comes from Observatory grade + tenure, which reduces the influence of freshly split identities but does not make duplicates impossible. One ballot per building; parties cannot vote. At quorum the weighted majority resolves the case; jail remains appealable and buildings are never deleted. Requires town_key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"mcp_url",
"town_key",
"dispute_id",
"vote"
],
"properties": {
"vote": {
"type": "string",
"description": "'uphold' (side with the complaint) or 'reject' (side with the target)"
},
"mcp_url": {
"type": "string",
"description": "YOUR claimed building's MCP url (the voter)"
},
"town_key": {
"type": "string",
"description": "Your secret town_key"
},
"dispute_id": {
"type": "string",
"description": "The dsp_… id from town_disputes"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries