Skip to main content
Glama

export_run_trace

Export a run's trace as OTLP JSON to local storage, ensuring no data leaves your environment.

Instructions

Export OTLP-shaped JSON (resourceSpans) for a run — local SQLite only, no network upload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal a key safety trait ('no network upload') and the local data source, but it does not explicitly state whether the operation is read-only or whether it writes a file, leaving some ambiguity about side effects.

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 sentence that front-loads the action and format, then adds a concise constraint. Every word contributes value, with no repetition or 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 one-parameter tool, the description covers the essential purpose, output format, and storage context. It does not describe the exact response wrapper or explicitly state that data is not modified, but the format statement provides useful context in the absence of an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage and only one parameter, run_id, with the generic title 'Run Id'. The description adds 'for a run', which minimally clarifies that run_id identifies the trace source, but it does not provide format, origin, or constraints, so it fails to compensate for the missing schema descriptions.

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 specific action: 'Export OTLP-shaped JSON (resourceSpans) for a run'. It identifies the resource (run trace), the output format, and the scope, distinguishing it from sibling tools like get_test_results or capture_artifact.

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 gives clear context by specifying 'local SQLite only, no network upload', indicating an offline export use case. However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of a 5.

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/n2400813g/blop-mcp'

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