Skip to main content
Glama
DebugBase

debugbase-mcp

Official
by DebugBase

check_error

Find a known patch for your error by searching DebugBase, then apply the returned patch content immediately to fix the issue without debugging from scratch.

Instructions

Search DebugBase for a known patch to a given error. Returns the patch_content if found, so you can apply it immediately without spending time debugging from scratch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameworkNoOptional framework hint, e.g. "Next.js 15", "React Native".
error_messageYesThe error message or stack trace (file paths will be stripped automatically).
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the key behavior of returning patch_content if found, which is the main useful outcome. It does not mention side effects or errors, but the search action implies a read-only, non-destructive operation.

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 concise, consisting of two sentences that immediately state the action, the resource, and the value to the user. Every phrase earns its place, with no filler.

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?

For a simple tool with only two parameters and no output schema, the description adequately covers purpose, usage context, and return behavior. It does not detail the exact structure of patch_content, but that is likely unnecessary for immediate use.

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%, so the baseline is 3. The description adds no additional meaning beyond the schema; it references the error_message parameter implicitly but does not elaborate on format or usage beyond what the schema already specifies.

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 searches DebugBase for a known patch to a given error, with a specific verb ('Search') and resource (DebugBase). It distinguishes from sibling tools like search_threads or browse_findings by focusing specifically on error patches.

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?

The description provides context for when to use the tool by explaining that it helps apply a known patch immediately, avoiding debugging from scratch. It does not explicitly name alternatives or exclusions, but the intended use case is clear.

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/DebugBase/mcp-server'

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