undo_last_change — turnale MCP Tool
undo_last_change
(undo last change) is one of 30 tools on the
turnale
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call undo_last_change from your client
- Claude Code turnale undo_last_change run in your project directory
- Claude Desktop turnale undo_last_change ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor turnale undo_last_change ~/.cursor/mcp.json
- VS Code turnale undo_last_change .vscode/mcp.json
- Zed turnale undo_last_change ~/.config/zed/settings.json
- Windsurf turnale undo_last_change ~/.codeium/windsurf/mcp_config.json
- Cline turnale undo_last_change ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI turnale undo_last_change ~/.gemini/settings.json
- Grok turnale undo_last_change .mcp.json (in your project root)
- ChatGPT turnale undo_last_change Settings → Connectors → Advanced → Developer mode
- Claude.ai turnale undo_last_change Settings → Connectors → Add custom connector
- LangChain turnale undo_last_change pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http turnale https://mcp.turnale.app
Other tools on this server
- ping
- create_tournament
- add_players
- update_player
- remove_player
- set_pairs
- update_settings
- promote_player
- generate_draw
- get_briefing
- list_players
- list_matches
- get_schedule
- get_standings
- get_results
- get_audit_log
- get_export
- get_pdf_link
- get_pdf
- record_results
- replace_player
- withdraw_player
- swap_partners
- reschedule
- end_tournament
- delete_tournament
- record_feedback
- suggest_format
- get_player_template
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.