Skip to main content
Glama

get_window

Retrieve text content from any TRACE32 window command. Use for specialized views not covered by other tools.

Instructions

Get the text content of any TRACE32 window command.

This is the most flexible view tool — any TRACE32 command that produces a window can have its content retrieved. Use this for specialized views not covered by other tools.

Examples: - "Data.List" — disassembly listing - "Var.Watch" — variable watch window - "Frame.view /Locals /ALL" — all frames with locals - "Trace.List" — trace buffer contents - "TASK.List" — OS task/thread list

Args: command: TRACE32 window command (e.g., "Data.List", "Var.Watch")

Returns: Formatted text content of the specified window

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description bears full responsibility for behavioral disclosure. It describes a read operation ('Get the text content'), implying no side effects, but does not explicitly state it is read-only or non-destructive. Given the lack of annotations, a more explicit safety statement would be beneficial, though the examples all involve viewing data, suggesting low risk.

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 concise and well-structured: a one-sentence summary, usage guidance, a list of representative examples, and a clear parameter description. Every sentence adds value, and it avoids redundancy with the schema or annotations. The front-loaded structure efficiently conveys the tool's purpose and usage.

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?

The description covers purpose, usage, and parameter semantics adequately. With an output schema present, explaining return values is unnecessary. However, it lacks guidance on error cases (e.g., invalid command) and does not mention whether the tool requires a debug connection or specific state, which could be contextually relevant given the sibling tools' context. Overall, it is sufficient but not exhaustive.

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 compensate. It explains the 'command' parameter as a 'TRACE32 window command' with concrete examples (e.g., 'Data.List', 'Var.Watch'), which adds meaningful context beyond the schema's bare type definition. However, it could further clarify format constraints (e.g., required quotes or prefixes).

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 text content of any TRACE32 window command, with the specific verb 'Get' and resource 'text content of any TRACE32 window command'. It distinguishes itself from siblings by noting it is 'the most flexible view tool' for 'specialized views not covered by other tools', making its purpose unique among the numerous get_* siblings.

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

Usage Guidelines5/5

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

Explicit guidance is provided: 'Use this for specialized views not covered by other tools.' This tells the agent when to prefer this tool over alternatives, and the examples illustrate valid commands. No exclusions are needed, as the tool is designed as a catch-all, and the context makes the usage boundaries clear.

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/YangPan2020/debugforge'

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