Session context tools in Adobe CX Coworker Gateway mcp-core
Adobe CX Coworker Gateway includes a set of session context tools that establish the Adobe organization, Adobe Experience Platform sandbox, and Customer Journey Analytics data view that all other product tools operate within. No additional license or enablement is required — these tools are available to every authenticated user after connecting to the CX Coworker Gateway server.
How context works mcp-core-how
CX Coworker Gateway scopes every tool call to one active Adobe organization. Beyond that, context requirements depend on the product:
- Experience Platform–based products — Real-Time CDP, Experience Platform, and Journey Optimizer tools operate within an Experience Platform sandbox. Set the sandbox once per session with
core-set_sandbox; all three share it. - Other products — Products not built on Experience Platform do not use sandbox context. For example, Customer Journey Analytics tools resolve against a data view and Adobe Analytics tools resolve against report suites.
Set context once at the start of a session — individual product tools do not switch organizations, sandboxes, or data views mid-session.
Available tools mcp-core-tools
core-list_orgs@AdobeOrg identifier. Use this to look up the org ID before calling core-switch_org.core-switch_orgcore-list_sandboxescore-set_sandbox.core-set_sandboxcore-list_dataviewscore-set_dataview.core-set_dataviewfindDimensions, findMetrics, and runReport — use this value automatically unless a different data view is specified in the individual tool call.Typical session setup mcp-core-setup
Set context at the start of a session before invoking product tools:
- Organization — Call
core-list_orgsto list your accessible organizations, thencore-switch_orgwith the target organization ID. - Sandbox — If you plan to use Real-Time CDP, Experience Platform, or Journey Optimizer tools, call
core-list_sandboxesto list available sandboxes, thencore-set_sandboxwith the target sandbox name. - Data view (CJA only) — If you plan to use Customer Journey Analytics tools, call
core-list_dataviewsto list available data views, thencore-set_dataviewwith your chosen data view.
You can ask your MCP client to complete this setup in a single natural language request:
“Use organization
1234ABCD@AdobeOrg, sandboxprod, and data viewMy Company — Globalfor this session.”
The client will call the appropriate tools and confirm once the context is set.
core-list_orgs and core-switch_org still work, but the effective org will be the same regardless. You still need to call core-set_sandbox if you plan to use Real-Time CDP, Experience Platform, or Journey Optimizer tools, and core-set_dataview if you plan to use Customer Journey Analytics tools.Example prompts mcp-core-examples
My Org (1234ABCD@AdobeOrg).”prod sandbox for this session.”My Company — Global as the default data view.”1234ABCD@AdobeOrg, sandbox prod, and data view My Company — Global.”Related pages mcp-core-related
- Install Adobe CX Coworker Gateway — how to connect your MCP client, including the product context setup section.
- Access CX Coworker Gateway tools — access requirements by product.