Skip to main content
Glama

record_debug_attempt

Document symptoms, hypotheses, verification results, and debugging status to track bug investigation progress and preserve structured troubleshooting history.

Instructions

[MCP Tool] 버그 원인 파악 시 증상, 검증할 가설, 실험 결과 및 디버깅 상태를 기록합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoopen
outcomeNo
symptomYes
feature_idYes
hypothesesYes
verificationYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says the tool 'records' debug information, but does not state whether this creates a persistent log, whether it updates existing records, whether it requires a valid feature_id, or what side effects occur. This is a significant transparency gap.

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 a single, front-loaded sentence with no filler. Every phrase contributes meaningful context about the tool's scope and contents.

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

Completeness2/5

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

Given no annotations, no output schema, and six parameters, the description is too minimal to fully support correct invocation. It lacks guidance on how feature_id relates to the debug attempt, what outcome represents, the meaning of status values, and what happens after recording. The tool's purpose is clear, but operational completeness is weak.

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 description coverage is 0%, so the description must compensate. It adds meaning for symptom, hypotheses, verification, and debugging status, but it does not mention feature_id, and outcome is only loosely implied by 'experiment results.' The mapping is partial but helpful.

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

Purpose4/5

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

The description uses a specific action ('기록합니다' = records) and a clear resource (bug cause investigation: symptoms, hypotheses, experiment results, debugging status). It clearly describes what the tool does, though it does not explicitly differentiate it from sibling tools like record_decision.

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 clear usage context: use this when investigating the cause of a bug and needing to record symptoms, hypotheses, verification, and debugging state. It does not mention alternatives or explicit when-not-to-use conditions, but the context is specific enough for basic routing.

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/giseungNoh/AI-learning-mcp'

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