Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return, newest first (default 30).
page_idNoOnly calls that targeted this page ID.
failures_onlyNoOnly calls that errored.
mutating_onlyNoOnly page-mutating calls (update/patch/append/build/scripts/assets).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but description reveals behavioral detail: results include before/after element diff for mutating calls, and filters are listed. It adequately conveys what the tool returns and its filtering capabilities. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words. Front-loaded with the core query behavior and return data, followed by use case and filter summary. Extremely efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description covers key return fields (args, status, duration, diff). For a log query tool, this provides sufficient context. Could mention structure format, but not critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and description repeats parameter names but adds minimal context (e.g., 'newest first, default 30' for limit). While it aids understanding, it adds little beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Query the structured MCP call log' and specifies the content (args, status, duration, diff). It differentiates from sibling tools, which focus on actions like creating, updating, or getting snapshots, not querying logs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly describes use case: 'Use this to trace which call changed or corrupted a page and what input triggered it, instead of guessing from a snapshot.' This implies when to use this tool over alternatives like get_page. Does not explicitly state when not to use it, but provides clear guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/developer2013/bricks-mcp-open'

If you have feedback or need assistance with the MCP directory API, please join our Discord server