Skip to main content
Glama
gghammer

MCP J-Link Server

by gghammer

jlink_memory_read

Read memory from target microcontroller chips for debugging and firmware analysis. Specify address, data width, and number of units to retrieve memory contents directly from embedded devices.

Instructions

讀取目標晶片的記憶體。

Args: address: 起始位址,支援十六進位格式如 "0x20000000" 或十進位 num_units: 讀取的單元數量(依 width 而定) width: 資料寬度,可選 8、16 或 32(位元),預設 32

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
num_unitsNo
widthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states it's a read operation, implying it's non-destructive, but doesn't address critical aspects like required permissions, connection state prerequisites, error conditions, or rate limits. The description is minimal and lacks behavioral context beyond the basic 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 appropriately sized and front-loaded with the core purpose first, followed by parameter details. Every sentence adds value, with no redundant information. The structure is clear, though it could benefit from brief usage context.

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

Completeness3/5

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

Given the tool's complexity (memory read operation with 3 parameters), no annotations, and an output schema present, the description is moderately complete. It covers parameter semantics well but lacks behavioral context and usage guidelines. The output schema likely handles return values, reducing the need for output description, but overall completeness is adequate with clear gaps.

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 description adds significant semantic value beyond the schema, which has 0% description coverage. It explains each parameter: 'address' supports hex/decimal formats, 'num_units' is the count of units based on width, and 'width' specifies bit width with allowed values and default. This compensates well for the schema's lack of descriptions.

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 tool's purpose: '讀取目標晶片的記憶體' (Read target chip memory). It specifies the verb ('讀取' - read) and resource ('記憶體' - memory), making the function unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'jlink_register_read' or 'rtt_read', which also perform read operations on different resources.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'jlink_register_read' (for registers) or 'rtt_read' (for RTT buffers), nor does it specify prerequisites such as requiring an active connection. Usage context is implied but not explicitly stated.

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/gghammer/MCP_JLINK'

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