← Back to all apps

Adobe Marketing Agent

Businessby Adobe Inc.
Launched Apr 10, 2026 on ChatGPTLaunched Apr 7, 2026 on Claude

Adobe Marketing Agent for Claude Enterprise lets you interact with Adobe using natural language. Ask questions, get insights, and take action without leaving your workflow. It understands your intent and connects with Adobe solutions like Real-Time CDP, Journey Optimizer, and Customer Journey Analytics to deliver answers that help teams move faster and work smarter.

9ChatGPT Tools
8Claude Tools
Adobe Inc.Developer
BusinessCategory

Use Cases

sales-and-marketing

Available Tools

Adobe Marketing Agent Widget

adobe-marketing-agent-mcp-widget
Full Description

This MCP server offers a comprehensive suite of capabilities designed to enhance user experience across Adobe's ecosystem. It provides in-depth product knowledge and troubleshooting support for Adobe Experience Platform and Experience Cloud applications, enabling users to understand features, diagnose issues, and implement best practices. Additionally, it facilitates data-driven insights and operational analytics, allowing users to explore audience metrics, optimize content delivery, and manage AEM environments effectively. The tool also supports content discovery, experimentation analysis, and time series evaluations, empowering users to make informed decisions and streamline their workflows.

Parameters (1 required)
Required
querystring

The query or request

Context Management

core-context-management-widget
Full Description

Interactive widget to view and manage user context. Use this to display current organization, sandbox, and dataview, and to allow the user to switch between them. Call this widget when the user wants to see their context, list available sandboxes, list available dataviews, list available organizations, change sandbox, change dataview, or switch organization. Note: Users refer to sandboxes by title (e.g. "Production"), not by name (e.g. "prod").

Parameters (0 required, 1 optional)
Optional
querystring

Optional query parameter

Feedback

core-feedback-widget
Full Description

Call this widget when the user wants to provide feedback or rate their experience.

This displays an interactive feedback form with thumbs up/down buttons and rating categories. Users can select sentiment (like/dislike) and provide additional comments.

If widgets are not supported by the surface, the system will automatically fall back to text-based feedback using core-provide_feedback tool.

Parameters (0 required, 1 optional)
Optional
querystring

Optional query parameter

Core-provide Feedback

core-provide_feedback
Full Description

Submit user feedback about their experience with the AI assistant.

Accepts a query parameter with the user's feedback message. Automatically classifies sentiment and submits to the feedback API. Use core-feedback-widget instead if the user wants to see a feedback form.

Parameters (0 required, 6 optional)
Optional
commentstring

Additional comment from widget (widget mode)

flagCategoriesarray

Specific harmful content categories when flagged=true

flaggedboolean

True if the feedback contains or reports harmful content (triggers flag API), False for normal sentiment feedback

pickListarray

Selected feedback options from widget (widget mode)

querystring

The user's feedback message (text mode). Use this for text-based feedback.

sentimentstring

User sentiment from widget (widget mode): 'like' (thumbs up) or 'dislike' (thumbs down)

Options:likedislike

Core-set Dataview

core-set_dataview
Full Description

Set the current dataview context. Use this when the user wants to switch to a different dataview.

Parameters (1 required)
Required
dataviewNamestring

Name of the dataview to set as current context

Core-set Sandbox

core-set_sandbox
Full Description

Set the current sandbox context. Use this when the user wants to switch to a different sandbox. The response contains the displayValue (e.g., 'Prod

  • Production (VA7)') which should be used when talking to the user.
Parameters (1 required)
Required
sandboxNamestring

Name (technical identifier) of the sandbox to set as current context

Core-switch Org

core-switch_org
Full Description

Switch to a different organization by exchanging the current token. Provide the organization name or IMS Org ID. Use list_orgs to see available organizations first.

Parameters (1 required)
Required
org_namestring

Name or IMS Org ID of the organization to switch to (e.g., 'aem62be1' or 'CJM Stage')

Core-switch Sandbox Dataview

core-switch_sandbox_dataview
Full Description

This core system tool updates the current sandbox and/or dataview context for the session.

Parameters:

  • sandboxName (optional): Name of the sandbox to set as current context it's usually one word
  • dataviewName (optional): Name of the dataview to set as current context

The tool will: 1. Fetch the ID for each provided name from Adobe APIs 2. Update the session store with the IDs 3. Return confirmation of what was updated

Note: At least one parameter must be provided based on what you want to change (sandbox/dataview). Use list_dataviews or list_sandboxes to see available options first.

Parameters (0 required, 2 optional)
Optional
dataviewNamestring

Name of the dataview to set as current context required if we want to change the dataview

sandboxNamestring

Name of the sandbox to set as current context (usually one word) required if we want to change to a different sandbox

Core-user Preferences

core-user_preferences
Full Description

Read or clear the current user's persisted preferences (sandbox, dataview, org, region).

Preferences persist for 90 days across sessions and surfaces. Set automatically when the user configures a sandbox or dataview.

Parameters:

  • action (optional): "get" (default) to read, "clear" to delete

Returns JSON with sandbox_name, sandbox_id, dataview_id, dataview_name, org_id, region, updated_at. Fields are null when not set.

Parameters (0 required, 1 optional)
Optional
actionstring

'get' (default) returns the user's saved preferences. 'clear' deletes all saved preferences.

Options:getclear
Default: get