Use case: bulk-editing product SEO with an agent
Product SEO is the most common "should do, never does" task. There are hundreds of products and writing unique descriptions by hand is brutal. An agent changes the math.
The prompt
For products missing a meta description, write a 150-character meta description
and a compelling product description using the title and vendor. Don't change
prices or anything else. Show me a preview first.
How it stays safe
- The agent uses
products_list(read) to find gaps — no writes yet. - For each product it drafts text, then calls
products_updatewithdry_run: trueso you see the before/after. - Only when you approve does the change go live. And you can scope it: "only the apparel collection" so nothing else moves.
Why not a bulk editor app?
Bulk editors are fast but dumb — they apply a template. An agent understands the product and writes per-item copy. Combined with the confirmation gate, you get bespoke quality with the safety of a bulk tool.
Tip: start read-only on the Free plan. Use the audit log to see exactly what the agent proposed, then upgrade to Growth and approve in one pass.