poker.game.task.sync — retro MCP Tool
poker.game.task.sync
(poker game task sync) is one of 29 tools on the
retro
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call poker.game.task.sync from your client
- Claude Code retro poker.game.task.sync run in your project directory
- Claude Desktop retro poker.game.task.sync ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor retro poker.game.task.sync ~/.cursor/mcp.json
- VS Code retro poker.game.task.sync .vscode/mcp.json
- Zed retro poker.game.task.sync ~/.config/zed/settings.json
- Windsurf retro poker.game.task.sync ~/.codeium/windsurf/mcp_config.json
- Cline retro poker.game.task.sync ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI retro poker.game.task.sync ~/.gemini/settings.json
- Grok retro poker.game.task.sync .mcp.json (in your project root)
- ChatGPT retro poker.game.task.sync Settings → Connectors → Advanced → Developer mode
- Claude.ai retro poker.game.task.sync Settings → Connectors → Add custom connector
- LangChain retro poker.game.task.sync pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http retro https://mcp.qretro.com
Other tools on this server
- retro.teams.list
- retro.team.members.list
- retro.boards.list
- retro.actions.list
- retro.board.messages.list
- retro.board.messages.update
- retro.board.messages.delete_own
- retro.board.summary.get
- retro.board.actions.list
- retro.board.insights.list
- retro.board.health.get
- retro.board.roti.get
- retro.boards.search
- retro.actions.create
- retro.actions.update
- retro.actions.complete
- retro.board.suggested_actions.promote
- retro.board.suggested_actions.reject
- poker.sources.list
- poker.iterations.list
- poker.games.list
- poker.game.get
- poker.game.tasks.list
- poker.games.create
- poker.game.tasks.add
- poker.game.tasks.import
- poker.game.task.select
- poker.game.task.reveal
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.