check_aggregate_constraints
Check whether a data access violates aggregate rate limits by evaluating current access and record counts, window timing, and source and agent identifiers.
Instructions
Check if a data access would violate aggregate rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxAccessesPerWindow | No | ||
| windowMs | No | ||
| burstLimit | No | ||
| currentAccessCount | Yes | ||
| currentRecordCount | Yes | ||
| windowStartMs | Yes | ||
| lastAccessMs | Yes | ||
| sourceId | Yes | ||
| agentId | Yes |