Add a product to the Sephora shopping basket. You can optionally specify a SKU ID to select a specific shade or size variant. Use sephora_get_product first to find available variant SKU IDs.
AI agents use sephora_add_to_basket to create or update resources in Sephora MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Sephora MCP Server environment.
This tool modifies user data (shopping basket contents) in a non-destructive, reversible manner. While it could lead to financial consequences if misused in conjunction with checkout tools, the add-to-basket action itself is a Write operation. It falls below Execute/Financial severity because it does not autonomously trigger payment or run arbitrary code—it merely adds items to a basket.
From the tool's definition Tool description states 'Add a product to the Sephora shopping basket' - a write operation that creates/modifies the user's cart state. The optional SKU parameter allows selection of specific product variants.
Attacks that exploit this kind of access
Add a product to the Sephora shopping basket. You can optionally specify a SKU ID to select a specific shade or size variant. Use sephora_get_product first to find available variant SKU IDs. It is categorised as a Write tool in the Sephora MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Sephora MCP Server MCP server in PolicyLayer and add a rule for sephora_add_to_basket: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Sephora MCP Server. Nothing to install.
sephora_add_to_basket is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the sephora_add_to_basket rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for sephora_add_to_basket. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
sephora_add_to_basket is provided by the Sephora MCP Server MCP server (markswendsen-code/mcp-sephora). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →