The Adobe Marketing Agent MCP connector Node integrates with the Adobe Marketing Agent MCP, enabling your AI agent to manage marketing analytics context, tasks, feedback, sandboxes, data views, organizations, and user preferences.
Parameters
Required Parameters
- action (string): The target Adobe Marketing Agent MCP action to run. Must be one of the enabled actions:
adobemarketingagentmcp_adobe-marketing-agent-mcp-widget: Adobe Marketing Agent MCP Widget.adobemarketingagentmcp_core-context-management-widget: Core context management widget.adobemarketingagentmcp_core-feedback-widget: Core feedback widget.adobemarketingagentmcp_core-get_task: Get a specific task.adobemarketingagentmcp_core-list_tasks: List available tasks.adobemarketingagentmcp_core-plan_completion_decision: Make a plan completion decision.adobemarketingagentmcp_core-provide_feedback: Provide feedback.adobemarketingagentmcp_core-set_dataview: Set the active data view.adobemarketingagentmcp_core-set_sandbox: Set the active sandbox.adobemarketingagentmcp_core-switch_org: Switch the active organization.adobemarketingagentmcp_core-switch_sandbox_dataview: Switch the active sandbox and data view.adobemarketingagentmcp_core-user_preferences: Manage user preferences.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{ "task_id": "task-123", "feedback": "..." }).
Practical Use Cases
- Marketing Analytics Context: Switch organizations, sandboxes, and data views to keep agent actions scoped to the correct Adobe analytics environment.
- Task Orchestration: List and retrieve tasks within the Adobe Marketing Agent, then submit feedback or mark completion decisions.