adobe-marketing-agent-mcp-widget
ChatGPTThis 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.
core-context-management-widget
ChatGPTInteractive 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").
core-feedback-widget
ChatGPTCall 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.
core-provide_feedback
ChatGPTSubmit 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.
core-set_dataview
ChatGPTSet the current dataview context. Use this when the user wants to switch to a different dataview.
core-set_sandbox
ChatGPTSet 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.
core-switch_org
ChatGPTSwitch 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.
core-switch_sandbox_dataview
ChatGPTThis 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.
core-user_preferences
ChatGPTRead 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.
core-context-management-widget
Claudecore-feedback-widget
Claudecore-provide_feedback
Claudecore-set_dataview
Claudecore-set_sandbox
Claudecore-switch_org
Claudecore-switch_sandbox_dataview
Claudecore-user_preferences
Claude