Abandon the current journey and clear all game state. Use this to start fresh — especially useful if a stale game from a previous session is still loaded. After calling this, use ot_new_game to begin a new journey.
AI agents call ot_clear_game to permanently remove resources in Ttt — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
This tool performs permanent destruction of game state that cannot be undone. Although the blast radius is limited (only affects game state, not user data or external systems), it meets the definition of Destructive because the action is irreversible. The context (tic-tac-toe game) keeps severity low, but the category must reflect the destructive nature of the operation.
From the tool's definition 'Abandon the current journey and clear all game state' — the tool irreversibly deletes or overwrites all saved game data for the session.
Risk signalsBulk/mass operation — affects multiple targets
Attacks that exploit this kind of access
Abandon the current journey and clear all game state. Use this to start fresh — especially useful if a stale game from a previous session is still loaded. After calling this, use ot_new_game to begin a new journey. It is categorised as a Destructive tool in the Ttt MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
Register the Ttt MCP server in PolicyLayer and add a rule for ot_clear_game: 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 Ttt. Nothing to install.
ot_clear_game is a Destructive 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 ot_clear_game 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 ot_clear_game. 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.
ot_clear_game is provided by the Ttt MCP server (srmtech-git/mcparcade). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →