bricks_call_log
Query the structured call log to identify which tool call modified a page and what input triggered it, using args, status, duration, and element diffs.
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). |