send-arcade_playGame
InactiveTool of SAP MCP Server
Enter and play a game on Send Arcade (pays entry fee via transaction). SAP MCP context: Protocol send-arcade; operation class write. Use for Send Arcade game listing and play flows. Confirm account, wager or spend, and game rules before writes. Keep gaming activity separate from SAP identity unless it is intentionally part of an agent profile.
Parameters schema
{
"type": "object",
"required": [
"wallet",
"gameId"
],
"properties": {
"gameId": {
"type": "string",
"description": "Game ID parameter for Send-arcade Play Game."
},
"wallet": {
"type": "string",
"description": "Solana public key (base58)"
},
"betAmount": {
"type": "string",
"description": "Raw token amount (smallest unit)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries