Skip to main content
Glama
Wafleem

stm32cubemx-mcp

by Wafleem

cubemx_inspect_ioc

Inspect a single .ioc file to extract project details, microcontroller selection, pin assignments, and clock configuration.

Instructions

Inspect one IOC file and return project, microcontroller, pin, and clock data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
diagnosticsNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. The verb 'inspect' implies read-only operation, but the description does not explicitly state that the file is not modified, nor does it mention behavior on invalid paths or permission requirements. It focuses on return data rather than the operational semantics, which is a significant gap given the lack of annotations.

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 a single sentence that immediately states the verb and object. It is free of filler and communicates the core purpose efficiently.

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 has one parameter and an output schema, so the description does not need to detail return values. However, without annotations and explicit usage guidance, the description is only partially complete for an agent deciding between this and sibling tools. It provides basic purpose but lacks behavioral and selection context.

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 schema has only one parameter 'path' with no description (0% coverage). The description's 'Inspect one IOC file' implies that 'path' identifies the file to inspect, adding some meaning. However, it does not explicitly describe the parameter's format, requirements (e.g., absolute vs. relative path), or constraints, leaving the agent to infer the connection.

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 uses a specific verb 'Inspect' with a specific resource 'one IOC file' and lists the data categories returned (project, microcontroller, pin, clock). This clearly distinguishes it from sibling tools like 'list' (enumerates files) and 'validate' (checks correctness).

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?

Usage context is implied through the phrase 'Inspect one IOC file', but there is no explicit guidance on when to use this tool versus alternatives such as 'list' or 'validate'. No exclusions or alternative mentions are provided, so the agent must infer usage from the name and description.

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/Wafleem/stm32cubemx_mcp'

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