Skip to main content

MCP Servers
excel
terminal
filesystem
google-cloud
Local Tools
history
claim_done
python_execute
manage_context
handle_overlong_tool_outputs

Instruction

Perform anomaly detection on high-net-worth clients’ transactions: Extract the 2025 transactions of clients in high_value_clients.csv from BigQuery  all_transactions.recordings and mark the abnormal transactions with amount > mean + 3*std for each client, and fill them into  anomaly_audit_report.xlsx, the result should be sorted by the “transaction_id” (remove the sample data
before adding results).

Initial State

Local Workspace

workspace/ ├── anomaly_audit_report.xlsx └── high_value_clients.csv

BigQuery

You can view the original file of all_transactions.recordings here.

Model Trajectory