You're viewing a demo portfolio

Join the waitlist
PRSM

submit_quest_answer

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Real Real Genuine

https://github.com/richardjhobbs/rrg

1/7 registries
View full server →