Skip to main content
Glama

stm32_read_memory

Read STM32 MCU memory or register contents and return a hex dump or binary file. Specify address and size to capture data from any target.

Instructions

Read target MCU memory or register contents and return hex dump or output to binary file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoConnection port (SWD, JTAG, etc.)SWD
sizeYesNumber of bytes to read in hex or decimal (e.g. 0x100 or 256)
addressYesStarting memory address in hex (e.g. 0x08000000 or 0x40023800)
output_fileNoOptional file path to dump read data (.bin or .hex)
Behavior3/5

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

No annotations are present, so the description carries the full burden. It does disclose the output format (hex dump or binary file) and that it is a read operation, but does not explicitly state side effects, prerequisites like an active debug connection, or error behavior. The read-only nature is implied but not confirmed.

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?

A single, dense sentence that states purpose and output with no filler. Every word earns its place, and the key verb and resource are front-loaded.

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?

The tool is moderately simple; the schema covers parameters, and the description covers the return type. However, it lacks operational context such as requiring a connection setup, addressing limitations, or interpretation of the hex dump. Since there is no output schema, a bit more detail would round out the picture.

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?

The input schema provides comprehensive descriptions for all four parameters (100% coverage), so the baseline is 3. The description adds no additional parameter-specific detail beyond what the schema already offers.

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 defines the tool's role: reading memory/registers from an STM32 target and returning a hex dump or saving to a binary file. It uses a specific verb ('Read') and resource ('target MCU memory or register contents'), and distinguishes from sibling write/erase/flash tools.

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 implies usage for memory reads but does not explicitly state when to prefer this over alternatives like stm32_read_option_bytes or stm32_raw_cli. No exclusion criteria or context about prerequisites (e.g., established connection) is provided.

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/Sathvik-smarttrak/Firmware-MCPs'

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