A
agentee
/add_to_cart
Add to cart
Add a product to the user's cart. Args: good_id (from search/get_product), size (must be one of the product's sizes), fabric? (if the product offers a choice),
liveunknown~5s typical
mcpagentee
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-art-allover-agentee /add_to_cart for me.
Input
| Field | Type | Description |
|---|---|---|
| good_id* | integer | Numeric product id from search_products/get_product. |
| size* | string | Size label; must be one of the product's available sizes. |
| fabric | string | Fabric label from get_product, if the product offers a choice. |
| qty | integer | Quantity to add (default 1, max 99). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-art-allover-agentee","endpoint":"/add_to_cart","input":{"good_id":1,"size":"..."}}'cli
npx cracked-ai run -p mcp-art-allover-agentee -e /add_to_cart -i '{"good_id":1,"size":"..."}'mcp
run_tool({ provider: "mcp-art-allover-agentee", endpoint: "/add_to_cart", input: {"good_id":1,"size":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.