Available Tools
| Tool | Kind | Description |
|---|---|---|
get_changes | Data | Data-change audit trail for a collection |
get_change_log | Data | Platform methodology change log |
Usage Examples
"What changed in invoices last month?"
→ get_changes({ collection: "invoices", startDate: "2024-08-01", endDate: "2024-08-31" })
"Show the platform change log"
→ get_change_log()

