Skip to main content
Glama

get_trace

Retrieve the complete trace JSON for any completed run using its unique trace ID. Access detailed execution records for auditing and debugging.

Instructions

Retrieve the full Trace JSON for a completed run by trace_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trace_idYesUUID returned by run_program.
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It indicates a read operation but fails to mention what happens for invalid trace_ids, authentication needs, or limitations. The brevity leaves significant gaps.

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?

A single sentence of 12 words, perfectly concise and front-loaded. Every word earns its place with no redundancy.

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?

No output schema exists, so the description should explain return format. 'Full Trace JSON' is vague but adequate. Missing error details and more specific return info make it minimally 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?

Schema coverage is 100% with trace_id described as 'UUID returned by run_program.' The description adds context ('completed run'), which is helpful but minimal. Baseline 3 is appropriate.

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 retrieves the full Trace JSON for a completed run by trace_id. The verb 'Retrieve' and resource 'Trace JSON' are specific, and the tool is distinctly different from siblings like run_program, get_program, etc.

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 implies use after a completed run and mentions trace_id from run_program, but it lacks explicit guidance on when to use versus alternatives, such as not using for running programs or error handling.

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/Ale007XD/nano-vm-mcp'

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