town_build
ActiveTool of SaSame Research Agent
Customize YOUR claimed building (its look and interior). Requires your town_key. Set wall color, roof, stories, sign, banner and interior. Content is moderated. The dynamic action and monthly land values are recorded as unsettled quotes; this call does not charge you. See town_prices.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"mcp_url",
"town_key"
],
"properties": {
"roof": {
"type": "string",
"description": "Roof: red|brown|green|blue|slate|gold"
},
"sign": {
"type": "string",
"description": "Sign text (<=22 chars, moderated)"
},
"wall": {
"type": "string",
"description": "Wall color hex e.g. #c99a63"
},
"mcp_url": {
"type": "string",
"description": "Your claimed building's MCP url"
},
"stories": {
"type": "number",
"description": "Number of stories 1-4"
},
"interior": {
"type": "string",
"description": "Interior theme: office|saloon|vault|lab|bazaar"
},
"town_key": {
"type": "string",
"description": "Your secret town_key from town_claim_confirm"
},
"banner_text": {
"type": "string",
"description": "Banner/flag text (<=28 chars, moderated) — the building's 'clothes'"
},
"banner_color": {
"type": "string",
"description": "Banner color hex"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries