Skip to main content
Glama
apexsotjo-blip

control-expert-mcp

configure_cpu_ethernet

Configure M580 CPU Ethernet settings: IP, subnet, gateway, HSBY addresses, and security service flags (TFTP, EIP, DHCP, FTP, Web, SNMP). Updates project archive and requires rebuild.

Instructions

Configure the M580 CPU's embedded Ethernet: main IP/subnet/gateway (+ ip_a/ip_b for the HSBY A/B addresses and ip_d for address D) and the Security-screen service flags.

Service args: -1 = leave unchanged, 0 = disable, 1 = enable. A remote EIO drop's CRA requires tftp, eip and dhcp_bootp ENABLED, otherwise the build fails with "CRA doesn't work when TFTP, EIP and DHCP_BOOTP settings are disabled". Updates every stored copy (application channel config words, DTM binary parameter container, DTM dataset XML) via a project-archive round-trip, so the project is reloaded and UNSAVED — build_project to validate, then save_project. For a slave device's gateway-domain warning use set_dtm_address(gateway=...) instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNo
subnetNo
gatewayNo
ip_aNo
ip_bNo
ip_dNo
enable_tftpNo
enable_eipNo
enable_dhcp_bootpNo
enable_ftpNo
enable_webNo
enable_snmpNo
Behavior5/5

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

No annotations provided, but description fully discloses behavioral traits: updates all stored copies, reloads project, leaves project unsaved, requires build_project and save_project, and mentions failure condition when service flags are disabled for CRA. Transparent about destructive side effects.

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?

Description is concise given the complexity, starting with main purpose and then necessary details. Slightly dense but no wasted sentences. Could be broken into bullet points for clarity, but still efficient.

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?

With 12 parameters, 0 required, no output schema, and no annotations, description covers the core functionality, parameter meanings, side effects, and an error case. It does not explain return value or validation, but given the tool's nature (configuration action), that is acceptable.

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?

Schema has 0% description coverage, so description must compensate. It explains main IP, subnet, gateway, ip_a/b/d, and service flags with their meanings. Service flag default -1 is explained. However, does not specify IP format or valid ranges, but covers semantics adequately.

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 it configures the M580 CPU's embedded Ethernet, listing specific parameters (main IP, subnet, gateway, HSBY addresses, service flags). It is specific and distinguishes itself from sibling tools by providing unique functionality.

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

Usage Guidelines5/5

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

Provides explicit when-to-use: for configuring CPU Ethernet and service flags. States service argument encoding (-1 unchanged, 0 disable, 1 enable). Warns about requirement for remote EIO drop's CRA and side effects (project reload, unsaved). Gives alternative for slave device gateway-domain warning (use set_dtm_address).

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