Skip to main content
Glama

debug_diagnose_transcript

Diagnose transcript failures by matching JSON transcripts with project files to pinpoint exact ABL file and line issues for targeted repairs.

Instructions

[Arch Optimize] Arch validates packages, inspects compiler-visible models, and drives repair loops. Alias for debug_why_transcript_failed. Given transcript JSON plus project files, returns correlated ABL file/line diagnoses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOptional import-style payload. data.files is accepted as the package file map.
pathNoLocal project folder or .zip path to inspect
filesNoRelative path -> UTF-8 file content map
transcriptNoTranscript JSON object or JSON string
transcriptPathNoLocal path to a transcript JSON file

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits itself. It indicates the tool returns diagnoses but does not mention whether it is read-only, whether it can modify files (the 'drives repair loops' phrase hints at mutation but is ambiguous), or any prerequisites like file access. This is a moderate description, lacking deeper behavioral context.

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

Conciseness3/5

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

The description is two sentences, but the first sentence is not tool-specific and reads as a generic system description. The core functional statement is in the second sentence, which is reasonably concise. The opening wastes space on peripheral context, reducing overall clarity and front-loading effectiveness.

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?

For a tool with 5 optional parameters, nested objects, and no output schema, the description is minimal but not severely lacking. It explains the input (transcript + files) and output (diagnoses) at a high level. However, it does not describe the output format or how the input parameters interplay (e.g., path vs files vs data precedence), which an agent might need to call correctly. The schema covers parameter meaning, but the overall usage context is thin.

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 100%, so parameters are already documented in the schema. The description adds minimal value by mentioning 'transcript JSON plus project files,' which maps to the transcript and files/path parameters but does not clarify the distinction between path vs files vs data. It does not go beyond the schema's own descriptions, consistent with the baseline.

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 clearly states the tool's function: 'Given transcript JSON plus project files, returns correlated ABL file/line diagnoses.' It mentions it's an alias for debug_why_transcript_failed, which helps identify it among siblings. However, the lead-in 'Arch validates packages, inspects compiler-visible models, and drives repair loops' is vague and not directly specific to this tool, slightly muddying the purpose.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It only mentions the alias, implying equivalence with debug_why_transcript_failed, but does not state when to choose this over other debug_* siblings like debug_diagnose or debug_explain_decision. No exclusions or clear use-case context is given.

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

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/Koredotcom/agents-mcp-tools'

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