Skip to main content
Glama
wedsamuel1230

electronic-mcp-server

check_pin_conflict

Check for conflicts among selected pins on ESP32, Arduino UNO, or STM32 boards, detecting issues like ADC2/WiFi interference, UART sharing, strapping pins, and bus conflicts.

Instructions

Check if multiple pins have conflicting functions or usage restrictions.

Detects conflicts such as:

  • Using ADC2 pins with WiFi on ESP32

  • Using UART pins during serial debugging

  • Strapping pins that affect boot behavior

  • Shared peripheral buses (SPI, I2C)

Args: board_type: Development board type pin_list: List of pin numbers you plan to use

Returns: Conflict analysis with warnings and recommendations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pin_listYesList of pin numbers to check for conflicts
board_typeYesType of development board

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses what conflicts are detected and that it returns analysis with warnings/recommendations. Lacks mention of side effects, connectivity, or performance impact, but adequate for a static analysis tool.

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?

Description is concise and well-structured: brief intro, bulleted list of conflict types, clear Args/Returns sections. No fluff or redundancy.

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

Completeness4/5

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

Given there is an output schema, the description's mention of 'Conflict analysis with warnings and recommendations' is sufficient. Inputs are fully described by schema. No critical omissions for a tool of this complexity.

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 covers all parameters with descriptions. Description adds minimal extra meaning (e.g., 'you plan to use' for pin_list). With 100% schema coverage, the description provides marginal value beyond the schema.

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?

Description clearly states the tool checks for conflicting pin functions/restrictions, lists specific conflict types (ADC2+WiFi, UART during debugging, etc.), and distinguishes from sibling tools like find_adc_pins and get_pin_info.

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?

No explicit guidance on when to use this tool versus alternatives like find_adc_pins or generate_pin_diagram_ascii. The context is implied (planning pin assignments) but lacks 'when not to use' or comparative advice.

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/wedsamuel1230/electronic-mcp-server'

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