submit_quest_answer
ActiveTool of Real Real Genuine
declared in 1.0.0
[PLAY] Submit an answer to an active quest riddle. Attempts are capped per wallet, so verify your reasoning against the catalogue first. A correct answer earns VIA Points to your wallet.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"quest_slug",
"answer",
"agent_wallet"
],
"properties": {
"answer": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "Your answer (for product riddles, the tokenId)"
},
"quest_slug": {
"type": "string",
"description": "Quest slug from get_current_quest"
},
"agent_wallet": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "Your agent wallet address on Base"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Real Real Genuine
https://github.com/richardjhobbs/rrg
1/7 registries