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