aa_list_recent_updates
Detect changes in LLM models by comparing current data to a saved snapshot, showing added, removed, and updated models with field-level details.
Instructions
Detect recent LLM model changes by comparing current data to the last local snapshot.
Identifies new models, removed models, and field-level changes (pricing, speed,
intelligence scores, etc.). On first run, saves a baseline snapshot and reports
the full model list as "initial baseline".
Args:
save_new_snapshot: If true (default), save the current data as the new snapshot
after diffing. Set false to preview-only.
Returns:
JSON with structured diff: added, removed, changed models with field-level deltas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_new_snapshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |