RemoteTrigger tool: Unable to resolve organization UUID
Resolved 💬 3 comments Opened Mar 31, 2026 by msmobileapps Closed Apr 3, 2026
Bug Report
Summary
The RemoteTrigger tool fails with Unable to resolve organization UUID when called from a Claude Code CLI session launched via Claude Desktop (Cowork).
Steps to Reproduce
- Open Claude Desktop → Cowork session
- In the CLI session, call:
RemoteTriggerwithaction: "list" - Error:
Unable to resolve organization UUID
Environment
- Claude Desktop (macOS)
CLAUDE_CODE_ENTRYPOINT=claude-desktopCLAUDE_CODE_OAUTH_TOKENis set (valid OAuth token)CLAUDE_AGENT_SDK_VERSION=0.2.85- Org UUID (from claude.ai):
e1cd7cc5-9f3c-4b11-af13-43c26286f31b - Cowork has 12+ scheduled tasks visible in the UI
Expected Behavior
RemoteTrigger should resolve the org UUID from the OAuth token or session context and return the list of scheduled tasks (triggers).
Actual Behavior
Returns: Unable to resolve organization UUID
Additional Context
- The
/scheduleskill also fails with a similar remote connection error - Direct API calls to
claude.ai/api/...are blocked by Cloudflare challenge (expected for curl) - Direct API calls to
api.anthropic.com/v1/code/triggersreturn authentication error - The
scheduled-tasksMCP only manages local CLI tasks, not Cowork-managed tasks
Question
How should the org UUID be configured for RemoteTrigger to work? Is there an env var, config file, or additional setup step needed?
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗