Skip to main content
Glama
yurii-mandzii

shadow-monitor-mcp

Get console event

get_console_event

Retrieve full details of a captured console event by its event ID, including level, message, stack trace, and originating URL.

Instructions

Return the full detail of one captured console event by its event id (string like "e_3068", or bare number). Includes level, message/args, stack trace, and originating URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEvent id from a search/find_errors row (string like "e_5", or legacy number).
redactNoOverride field hygiene for this call. Default: on.
bundleIdNoBundle handle from load_bundle. Optional when exactly one bundle is loaded.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses returned fields (level, message/args, stack trace, URL), which is helpful. However, it does not state that the operation is read-only or has no side effects, which would be useful for an agent.

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?

The description is two sentences, front-loaded with the main action. Every sentence earns its place, no wasted words.

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?

Given no output schema, the description adequately covers the key outcome and fields. It could slightly improve by stating the return format (e.g., object), but it is sufficiently complete for an agent to understand the tool's purpose.

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

Parameters4/5

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

Schema coverage is 100% (baseline 3). The description adds value by explaining id format (string like 'e_3068' or bare number) and its origin from search results. It also clarifies that redact overrides field hygiene, adding context beyond the schema.

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?

The description clearly states the tool returns full detail of one console event by event id. It uses a specific verb ('Return') and resource ('console event detail'), and distinguishes from siblings like find_errors (listing) and get_network_request (different event type).

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

Usage Guidelines3/5

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

The description implies usage after search/find_errors (id from a row), but does not explicitly state when to use or not use this tool versus alternatives. No exclusion criteria or comparison to siblings is provided.

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/yurii-mandzii/shadow-monitor-mcp'

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