Skip to main content
Glama

set_reset_behavior

Configure reset behavior for the debugger: choose restore_go, run_restore, or halt mode to manage CPU state after soft/hard resets or power cycles.

Instructions

Configure reset behavior for the debugger.

Determines how TRACE32 handles soft resets, hard resets, and power cycles.

Args: behavior: Reset behavior mode: "restore_go" — halt briefly to restore debug resources, then continue "run_restore" — restore debug resources while CPU runs (may miss breakpoints) "halt" — halt CPU at reset vector after reset

Returns: Confirmation of reset behavior setting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
behaviorYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It details three mode options with brief explanations, but lacks information on prerequisites, side effects, or state changes beyond the immediate configuration.

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, with a clear top sentence followed by parameter details and return description. Every sentence adds value without redundancy.

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

Completeness5/5

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

For a single-parameter configuration tool, the description covers the input thoroughly. An output schema exists (not shown), so not explaining return details is acceptable. The description is complete for its purpose.

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

Parameters5/5

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

The input schema only defines 'behavior' as a string without descriptions, giving 0% coverage. The description fully compensates by listing the three specific values with explanations, adding rich semantic meaning.

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 that the tool configures reset behavior for the debugger, specifying verb 'Configure' and resource 'reset behavior'. It distinguishes itself from the sibling tool 'reset' which performs a reset, not configuration.

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 explains when to use the tool (to set reset behavior mode) but does not explicitly state alternatives or when not to use it. Sibling tools like 'reset' imply for performing a reset, but no direct guidance is given.

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