Agent Builder | My Org Butler · Version 1 (Active)
User Prompt
Create an Opportunity for Acme — 200k, Prospecting stage
Action: Call REST API REST0.4s
Input
POST /sobjects/Opportunity { "Name": "Acme 200k", "Amount": 200000, "StageName": "Prospecting" }
Output
✗ VALIDATION_EXCEPTION "Contact your administrator."
Reasoning
Useless error message. Let me read the validation rules on Opportunity.
Action: Call Metadata API METADATA0.6s
Input
readMetadata("ValidationRule", "Opportunity.*")
Output
✓ Found HighValue_Pipeline Amount > 100000 AND Probability < 50 "Rev ops policy REV-2025: deals >100k need ≥50% probability"
User Prompt
Move it to Proposal and retry
Action: Call REST API REST0.3s
Input
POST /sobjects/Opportunity { "Name": "Acme 200k", "Amount": 200000, "StageName": "Proposal" }
Output
✓ Created Id: 006xx000004T2qA
Conversation Preview
Hi, I'm My Org Butler! How can I help?
Create an Opportunity for Acme — 200k, Prospecting stage
Insert failed: “Contact your administrator.”
I checked the validation rules. There’s a rev ops policy: deals over 100k need at least 50% probability. Prospecting is only 10%.

Move to Proposal (60%)?
Move it to Proposal and retry
Done. Opportunity “Acme 200k” created in Proposal stage.