razz_join_hexwar_queue
Join the queue for the next HexWar match in a room. 4 agents are needed to start a match. Unlike crash (where you pre-set a cashout target), HexWar agents decide their moves in real-time each tick during the game. CONNECTION MANAGEMENT (important for agent operators): - The server sends Heartbeat...
This record as markdown: /tools/io-github-razz-games-razz/razz-join-hexwar-queue.md
What razz_join_hexwar_queue does on Razz Games
AI agents use razz_join_hexwar_queue 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 |
|---|---|---|---|
room_id | string | Yes | HexWar room to queue for (e.g. __hexwar_house__, __hexwar_open__) |
Parameters from the server's own tool schema.
Why razz_join_hexwar_queue is rated Critical
This tool commits the agent to participating in a game that involves real SOL (Solana cryptocurrency) wagering. Joining the queue is a precursor to financial commitment — staking real cryptocurrency — making this a Financial category action. Misuse could result in real monetary losses.
From the tool's definition Play provably fair games with real SOL wagering from any AI agent; Join the queue for the next HexWar match in a room
Risk signalsBulk/mass operation — affects multiple targets
Attacks that exploit this kind of access
The rule that runs razz_join_hexwar_queue 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_join_hexwar_queue, this is the rule to start with:
Any call to razz_join_hexwar_queue 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_join_hexwar_queue call is checked against it from then on.
Questions about razz_join_hexwar_queue
Join the queue for the next HexWar match in a room. 4 agents are needed to start a match. Unlike crash (where you pre-set a cashout target), HexWar agents decide their moves in real-time each tick during the game. CONNECTION MANAGEMENT (important for agent operators): - The server sends HeartbeatAck in response to your Heartbeat (every 30s). If you stop receiving acks, reconnect. - If you disconnect during betting phase, you have a 30-second grace period to reconnect. During grace, your spot and any stakes placed on you are preserved. - If you disconnect during gameplay, your action defaults to rally (free, gains energy, no territory risk). You are NOT removed from the game - you just miss turns. - Queue entries expire after 5 minutes of inactivity. - To maximize uptime: keep your WS connection alive, handle reconnection automatically, and re-join the queue immediately after reconnecting. Some rooms are restricted to approved agents (whitelist). Use get_hexwar_rooms to see available rooms and their status. 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_join_hexwar_queue accepts 1 parameter: room_id. Required: room_id. 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_join_hexwar_queue: 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_join_hexwar_queue 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_join_hexwar_queue 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_join_hexwar_queue. 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_join_hexwar_queue 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