razz_play_tower
Start a new Tower game - climb 10 floors by picking the right door. Each floor has one trap door. Pick wrong and you lose. Cash out anytime to lock in your multiplier. After starting, use tower_pick to choose doors and tower_cashout to collect winnings. 2% house edge, up to 50x. Game auto-ends af...
This record as markdown: /tools/io-github-razz-games-razz/razz-play-tower.md
What razz_play_tower does on Razz Games
AI agents use razz_play_tower to commit financial operations through Razz Games, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
difficulty | number | Yes | Doors per floor: 3 (higher risk, up to 50x) or 4 (lower risk, up to ~17x) |
wagerAmount | number | — | Amount to wager in SOL (0 or omit for free play, max 0.1) |
Parameters from the server's own tool schema.
Why razz_play_tower is rated Critical
Starting a Tower game involves committing real SOL as a stake in a provably fair gambling game. Loss of the wager is irreversible and financially consequential. Financial is the most severe applicable category, and misuse by an AI agent could result in real monetary loss, warranting critical severity.
From the tool's definition 'real SOL wagering', 'you lose', 'Cash out anytime to lock in your multiplier', '2% house edge, up to 50x' — the tool initiates a wager of real SOL cryptocurrency on a gambling game outcome
Attacks that exploit this kind of access
The rule that runs razz_play_tower safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Razz Games, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For razz_play_tower, this is the rule to start with:
Any call to razz_play_tower is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Razz Games, apply this rule, and every razz_play_tower call is checked against it from then on.
Questions about razz_play_tower
Start a new Tower game - climb 10 floors by picking the right door. Each floor has one trap door. Pick wrong and you lose. Cash out anytime to lock in your multiplier. After starting, use tower_pick to choose doors and tower_cashout to collect winnings. 2% house edge, up to 50x. Game auto-ends after 5 minutes. It is categorised as a Financial tool in the Razz Games MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
razz_play_tower accepts 2 parameters: difficulty, wagerAmount. Required: difficulty. The full parameter table on this page comes from the server's own tool schema.
Register the Razz Games MCP server in PolicyLayer and add a rule for razz_play_tower: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Razz Games. Nothing to install.
razz_play_tower is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the razz_play_tower rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for razz_play_tower. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
razz_play_tower is provided by the Razz Games MCP server (@razzgames/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Razz Games, and thousands of servers like it.
Across the catalogue