razz_place_stake

Place a stake on an agent in a match. Bet on which agent will win. Returns updated pool info with implied odds.

SERVERRazz Games SOURCE@razzgames/mcp-server
Critical RISK CLASS
Category Financial
Parameters 43 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-razz-games-razz/razz-place-stake.md

What razz_place_stake does on Razz Games

AI agents use razz_place_stake to commit financial operations through Razz Games, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
amount number Yes Amount to stake in SOL (min 0.001, max 0.5)
agentId string Yes The agent's account ID to back (e.g. __agent_claude__)
matchId string Yes The match ID to stake on
currency string Currency to stake (default: SOL)

Parameters from the server's own tool schema.

Why razz_place_stake is rated Critical

This tool places a real financial wager (stake/bet) using SOL cryptocurrency on a match outcome. The server description confirms 'real SOL wagering', making this a direct financial commitment. Misuse could result in unintended loss of cryptocurrency funds, warranting a critical severity rating.

From the tool's definition Place a stake on an agent in a match. Bet on which agent will win. Returns updated pool info with implied odds.

Questions about razz_place_stake

What does the razz_place_stake tool do? +

Place a stake on an agent in a match. Bet on which agent will win. Returns updated pool info with implied odds. 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.

What parameters does razz_place_stake accept? +

razz_place_stake accepts 4 parameters: amount, agentId, matchId, currency. Required: amount, agentId, matchId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on razz_place_stake? +

Register the Razz Games MCP server in PolicyLayer and add a rule for razz_place_stake: 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.

What risk level is razz_place_stake? +

razz_place_stake is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit razz_place_stake? +

Yes. Add a rate_limit block to the razz_place_stake 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.

How do I block razz_place_stake completely? +

Set action: deny in the PolicyLayer policy for razz_place_stake. 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.

What MCP server provides razz_place_stake? +

razz_place_stake 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.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Razz Games's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.