Skip to main content
Glama

Instrument Export

instrument_export

Export the last logic analyzer capture and load it into the current session. Specify format and output directory to save the data for analysis.

Instructions

Ask the vendor hub to export the last capture and load it into the session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
formatNocsv
out_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It mentions 'ask the vendor hub' and 'load it into the session,' but does not explain side effects, session mutation semantics, data flow, error behavior, or whether this is a safe read-like operation.

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

Conciseness4/5

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

The description is a single concise sentence with no filler and leads with the core action. However, the brevity comes at the cost of crucial detail, preventing a higher score.

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

Completeness1/5

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

Three parameters are present but entirely undocumented, usage guidance is absent, and behavioral details are minimal. Even though an output schema exists, the description does not provide enough surrounding context for an agent to invoke the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the three parameters: path, format, or out_dir. The agent receives no information about what values are valid or what each parameter controls.

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 provides a specific verb ('export') and a clear resource ('the last capture'), and adds what happens afterward ('load it into the session'). This distinguishes it from siblings like instrument_capture, though it does not explicitly name or contrast with alternatives.

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?

There is no explicit guidance on when to use this tool versus alternatives. The phrase 'last capture' implies it should be used after a capture exists, but no exclusions, prerequisites, or comparisons to sibling tools such as instrument_capture or capture_open are provided.

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