Skip to main content
Glama

nr_get_debug_output

Read debug output stored in flow context by error catch nodes. Pass a key to retrieve specific data or null to list all context keys.

Instructions

Read debug output from flow context. Use when a flow has a catch node that stores errors/debug data to flow context. Pass key=null to list all context keys. Trigger flow with nr_inject first, then read this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flow_idYes
keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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. It indicates a read operation ('Read debug output'), implying no side effects, but it does not explicitly state that it is non-destructive or safe. More transparency about permissions or effects would be beneficial.

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 long, front-loading the purpose and providing essential usage guidance without unnecessary words. Every sentence earns its place.

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 that an output schema exists, the description does not need to explain return values. It covers the main functionality, usage context, and key parameter behavior. However, it could mention what happens if no debug output exists or if the catch node hasn't stored data.

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?

The input schema has 0% description coverage, so the description must add meaning. It explains the key parameter behavior: pass null to list all context keys. This is valuable beyond the schema. However, the flow_id parameter is not elaborated beyond its type.

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 it reads debug output from flow context, specifically when a catch node stores errors/debug data. It also explains the behavior of passing key=null to list all keys. However, it does not explicitly distinguish from the sibling nr_get_flow_context, which could be used for general context reading.

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 explicitly says when to use: when a flow has a catch node storing errors/debug data to flow context. It also provides a usage sequence: trigger with nr_inject first, then read. However, it does not mention when not to use or list alternative tools like nr_get_flow_context for other context reading.

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/Texan-NXTassist/nr-mcp'

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