get_world_state — wish game MCP Tool Read-only
get_world_state
(get world state) is one of 2 tools on the
wish game
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_world_state from your client
- Claude Code wish game get_world_state run in your project directory
- Claude Desktop wish game get_world_state ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor wish game get_world_state ~/.cursor/mcp.json
- VS Code wish game get_world_state .vscode/mcp.json
- Zed wish game get_world_state ~/.config/zed/settings.json
- Windsurf wish game get_world_state ~/.codeium/windsurf/mcp_config.json
- Cline wish game get_world_state ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI wish game get_world_state ~/.gemini/settings.json
- Grok wish game get_world_state .mcp.json (in your project root)
- ChatGPT wish game get_world_state Settings → Connectors → Advanced → Developer mode
- Claude.ai wish game get_world_state Settings → Connectors → Add custom connector
- LangChain wish game get_world_state pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport sse wish-game https://3keys.world/mcp
Other tools on this server
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.