Skip to main content
Glama
Immmmmmortal1

UI-dbugbridge-mcp

read_app_logs

Search and filter the current app run's temporary in-memory DebugBridge logs to troubleshoot UI issues by level, category, or message substring.

Instructions

Search the current app run's in-memory DebugBridge log pool. Logs are temporary and are not written to disk or addressed by cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoOptional exact level filter, such as debug, info, or error.
limitNoMaximum most-recent matching entries. Defaults to 500.
queryNoOptional case-insensitive substring matched against log messages.
categoryNoOptional exact category filter.
Behavior3/5

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

With no annotations, the description carries the transparency burden. It adds meaningful context by noting logs are temporary, not written to disk, and not addressed by cursor, but it does not explicitly state side effects, return behavior, or permissions, leaving some uncertainty.

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 concise sentences front-load the core purpose ('Search...log pool') and add essential caveats in the second sentence. Every word earns its place, with no redundant or vague filler.

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

Completeness3/5

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

The description explains the source and temporary nature of logs but does not describe return format, ordering, or how results are presented. With no output schema, the agent is left to infer the result structure, making the description adequate but not fully complete.

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?

The input schema provides 100% coverage with descriptions for all four parameters, including their optionality and semantics. The description adds little beyond the schema, only implying that the parameters serve as filters. Baseline 3 is appropriate given the schema's thoroughness.

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 a specific verb ('Search') and a specific resource ('current app run's in-memory DebugBridge log pool'). It distinguishes from siblings by emphasizing 'current' and 'in-memory', differentiating it from tools like wait_app_logs or persistent log readers.

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 provides context such as 'current app run' and 'in-memory', implying the tool is for temporary, ephemeral logs, but it does not explicitly state when to use this tool versus alternatives like wait_app_logs, nor does it mention exclusions or prerequisites.

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/Immmmmmortal1/UI-dbugbridge-mcp'

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