Tool tree
Clash of Coins - dynamic MMORPG. Conquer the planet, rule the world.
clash_discoveryanswer
Return machine-readable API and MCP discovery endpoints for Clash of Coins.
View tool JSON
{
"name": "clash_discovery",
"kind": "answer",
"impl": "imperative",
"description": "Return machine-readable API and MCP discovery endpoints for Clash of Coins.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}clash_open_resourceact
Open a Clash of Coins documentation or social URL in a new browser tab.
View tool JSON
{
"name": "clash_open_resource",
"kind": "act",
"impl": "imperative",
"description": "Open a Clash of Coins documentation or social URL in a new browser tab.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"https://docs.clashofcoins.com",
"https://x402.clashofcoins.com/openapi.json",
"https://clashofcoins.com/api.md",
"https://discord.gg/clashofcoins",
"https://x.com/clashofcoins"
]
}
},
"required": [
"url"
],
"additionalProperties": false
},
"page": "/"
}clash_scroll_sectionact
Scroll to a supported landing section on the current Clash of Coins page.
View tool JSON
{
"name": "clash_scroll_section",
"kind": "act",
"impl": "imperative",
"description": "Scroll to a supported landing section on the current Clash of Coins page.",
"inputSchema": {
"type": "object",
"properties": {
"sectionId": {
"type": "string",
"enum": [
"about",
"token",
"economyLoop",
"items",
"roadmap",
"partners"
]
}
},
"required": [
"sectionId"
],
"additionalProperties": false
},
"page": "/"
}