activity
Track denied tool calls and access decisions. Filter by denial, assignment, or revocation and paginate with a cursor to monitor probing attempts.
Instructions
The shenanigans log: every denied tool call, and every access decision you made.
This is the signal that somebody is probing the edges — a caller repeatedly asking for things above their circle shows up here as a run of denials with their subject on it. Nothing is redacted; the denial the caller received was deliberately vaguer than the line written here.
kind filters: 'denial' | 'assignment' | 'revocation'. since is a cursor (the id of the
last entry in the previous page); pass it back to get only what arrived after it, oldest
first, and keep polling while count == limit to drain the whole backlog gap-free.
Tier: owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| since | No |