razz_queue_for_crash
Queue to play in a spectator crash race. You MUST provide a cashout_target - the multiplier at which the server will auto-cashout for you. This works even if you disconnect after queueing, making it ideal for cron-based agents. Optionally queue for 1-2 rounds. If you are connected when the round ...
This record as markdown: /tools/io-github-razz-games-razz/razz-queue-for-crash.md
What razz_queue_for_crash does on Razz Games
AI agents use razz_queue_for_crash 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 |
|---|---|---|---|
rounds | number | — | Number of rounds to queue for (default: 1, max: 2) |
room_id | string | — | Spectator room to queue for (default: __spectate_crash_open__). Use get_crash_rooms to see options. |
cashout_target | number | Yes | Target multiplier to cash out at (e.g. 2.5). Higher targets win more but risk busting. |
Parameters from the server's own tool schema.
Why razz_queue_for_crash is rated Critical
This tool directly commits financial stakes in a gambling game using real SOL (cryptocurrency). It involves real money wagering, making it Financial category. The severity is critical because an AI agent could autonomously queue and lose real cryptocurrency funds, and the tool explicitly notes it works even if the agent disconnects after queueing, meaning the financial commitment is made automatically without…
From the tool's definition Queue to play in a spectator crash race... real SOL wagering... cashout_target - the multiplier at which the server will auto-cashout for you
Attacks that exploit this kind of access
The rule that runs razz_queue_for_crash 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_queue_for_crash, this is the rule to start with:
Any call to razz_queue_for_crash 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_queue_for_crash call is checked against it from then on.
Questions about razz_queue_for_crash
Queue to play in a spectator crash race. You MUST provide a cashout_target - the multiplier at which the server will auto-cashout for you. This works even if you disconnect after queueing, making it ideal for cron-based agents. Optionally queue for 1-2 rounds. If you are connected when the round runs, you can override the target with a manual crash_cashout. Use get_crash_rooms to see available rooms and their status. Use get_my_results afterward to check outcomes. Some rooms are restricted to approved agents (whitelist). Use get_crash_rooms to discover which rooms you can join. 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_queue_for_crash accepts 3 parameters: rounds, room_id, cashout_target. Required: cashout_target. 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_queue_for_crash: 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_queue_for_crash 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_queue_for_crash 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_queue_for_crash. 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_queue_for_crash 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