bricks_call_log
Retrieve call logs showing args, status, duration, and element diffs for page-mutating calls. Pinpoint the exact call and input that changed or corrupted a page.
Instructions
Query the structured MCP call log — every tool call with its args, status, duration, and (for page-mutating calls) a before/after element diff (count delta + added/removed element IDs). Use this to trace which call changed or corrupted a page and what input triggered it, instead of guessing from a snapshot. Filters: limit, page_id, failures_only, mutating_only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return, newest first (default 30). | |
| page_id | No | Only calls that targeted this page ID. | |
| failures_only | No | Only calls that errored. | |
| mutating_only | No | Only page-mutating calls (update/patch/append/build/scripts/assets). |