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

  1. Open Claude Desktop → Cowork session
  2. In the CLI session, call: RemoteTrigger with action: "list"
  3. Error: Unable to resolve organization UUID

Environment

  • Claude Desktop (macOS)
  • CLAUDE_CODE_ENTRYPOINT=claude-desktop
  • CLAUDE_CODE_OAUTH_TOKEN is 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 /schedule skill 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/triggers return authentication error
  • The scheduled-tasks MCP 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?

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗