Skip to main content
Glama
apexsotjo-blip

control-expert-mcp

add_io_module

Specify a part number and slot to add an IO or communication module to a PLC rack. Optionally set rack, drop, and bus for remote modules.

Instructions

Add a hardware module (IO, communication, ...) to a rack slot.

part_number and version must exactly match the hardware catalog for the PLC family, e.g. 'BMX DDI 1602' (16x DI), 'BMX DDO 1602' (16x DO), 'BMX AMI 0410' (4x AI), 'BMX NOE 0100' (Ethernet) — version '02.00' fits most M340 IO modules ('01.00' for some; try both). slot is the rack position (the CPU usually occupies slot 0). rack/drop/bus default to the local rack on the local bus; use get_hardware to see the topology.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
part_numberYes
slotYes
versionNo02.00
rackNo
dropNo
busNo
Behavior3/5

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

Discloses the action (add to slot) and defaults, but does not describe conflict behavior (e.g., if slot occupied), error conditions, or whether the operation is reversible. Without annotations, more detail would be beneficial.

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?

Single paragraph, front-loaded with purpose, followed by constraints and examples. No wasted words; every sentence adds value.

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?

Covers key aspects for a 6-parameter tool: purpose, parameter constraints, defaults, and topology reference. Lacks return value or error handling, but adequate for typical usage.

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?

With 0% schema coverage, the description adds meaning for part_number and version via examples, clarifies slot, and notes defaults for rack/drop/bus. Missing explicit explanation of drop negative value or bus string format, but sufficient for agent usage.

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 the tool adds a hardware module to a rack slot, with specific examples (IO, communication). It distinguishes from sibling tools like remove_io_module and replace_io_module by focusing on addition.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on matching part_number and version to the hardware catalog, slot position, and defaults for rack/drop/bus. Refers to get_hardware for topology. Lacks explicit exclusions or alternatives but covers primary use context.

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/apexsotjo-blip/control-expert-mcp'

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