VTEX Do MCP connector
VTEX Do is VTEX's task and note management system for coordinating store operations and order-related workflows. The VTEX Do MCP connector allows AI agents to create and retrieve notes associated with orders, manage tasks with comments and updates, and track operational activities across the store. It also supports listing tasks by various criteria and organizing collaboration around order fulfillment and customer service processes.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the VTEX Do MCP connector to perform the following actions:
- Track store operations by creating and retrieving task notes in VTEX Do
- Organize order-related tasks and comments for seamless team collaboration
- Document customer interactions and order details through linked notes
- Monitor task progress with status updates and task assignments
- Consolidate order information by adding contextual notes and comments
- Streamline task management by listing, creating, and updating workflows
- Maintain audit trails of order discussions through timestamped task comments
Example prompts
Use the following example prompts to invoke VTEX Do MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all open tasks in VTEX Do for today.Create a new task in VTEX Do to follow up on order 12345.What notes are attached to order 67890 in VTEX Do?Add a comment to the shipping task in VTEX Do about the delay.List all tasks assigned to me in VTEX Do this week.Retrieve the details of task 445 from VTEX Do.Create a note in VTEX Do documenting the customer's special request.Update the task status to complete in VTEX Do.Show me all notes linked to order 11111 in VTEX Do.Get the task list filtered by priority in VTEX Do.
VTEX Do MCP connector tools
The VTEX Do MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| GetNotesbyorderId | Retrieves all notes associated with a specific order. |
| NewNote | Creates a new note and attaches it to an order. |
| GetNote | Retrieves the details of a specific note. |
| Listtasksbyassignee | Lists all tasks assigned to a specified person. |
| NewTask | Creates a new task with defined details and assignee. |
| GetTask | Retrieves the details of a specific task. |
| EditTask | Updates the information and status of an existing task. |
| AddComment | Adds a comment to a task for communication purposes. |