Skip to main content
Glama

set_system_option

Set any SYStem.Option value for Lauterbach TRACE32, handling settings like PERSTOP, DCREAD, or RESYNC. Configure system options not covered by dedicated tools.

Instructions

Set a specific SYStem.Option value.

Generic tool for any SYStem.Option.* setting not covered by dedicated tools.

Args: option: Option name (e.g., "PERSTOP", "DCREAD", "RESYNC") value: Value to set (e.g., "ON", "OFF", "RestoreGo")

Returns: Confirmation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
optionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It lacks details on side effects, prerequisites, permissions, error handling, or persistence of changes. For a mutation tool affecting system state, this is insufficient.

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 short and front-loaded, with a clear purpose statement followed by structured parameter and return notes. Every sentence serves a purpose, though it could be more detailed without losing conciseness.

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

Completeness2/5

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

Given the tool's complexity (modifying system options) and lack of annotations, the description fails to provide complete context. It omits when this tool is appropriate, what dedicated tools exist, and any behavioral expectations beyond a vague 'Confirmation' return.

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 0%, so the description provides the only semantics. It offers example values for both parameters (e.g., option names and values), adding some meaning beyond bare schema. However, it does not explain constraints or valid ranges per option.

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 the action ('Set a specific SYStem.Option value') and identifies itself as a generic fallback for options not covered by dedicated tools. This provides good clarity on what the tool does and its scope.

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 mentions it's for settings not covered by dedicated tools, giving a general usage criterion. However, it does not list which dedicated tools exist or explicitly state when to prefer them, leaving gaps in decision guidance.

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