Skip to main content
Glama
Svel26

Sigmatek LASAL MCP Server

by Svel26

set_target_ip

Change the IP address and port of a station in a LASAL project file. Update the TCPIP element to target a different device before compile or download.

Instructions

Change the online connection target for a station in the project's .lss file. Surgically updates only the TCPIP element, preserving all other file content. Use before compile_project / download_project when targeting a different device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoNew IP address (e.g. '192.168.1.100').
portNoNew port (default '1954'). Only change if non-standard.
ssltlsNoEnable SSL/TLS for the connection. Omit to leave unchanged.
stationNoStation name to update (e.g. 'PLC', 'HMI'). Omit if the project has only one station.
Behavior4/5

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

No annotations are provided, so the description must carry the burden. It discloses that the update is 'surgical' and 'preserves all other file content', which is valuable behavioral insight. However, it does not mention potential error conditions (e.g., missing station) or side effects, which would have made it a 5.

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?

Three sentences with no wasted words. The key action, scope, and usage guidance are front-loaded. Every sentence is earned.

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 four parameters, no output schema, and no annotations, the description covers the essential purpose, scope, and usage context. It lacks details on validation or error handling, but for a straightforward preparatory tool, it is sufficiently complete.

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 description coverage is 100%, so the schema already documents all parameters. The description adds context about the overall purpose and the surgical nature but does not elaborate per-parameter beyond what the schema provides. Baseline 3 is appropriate.

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 verb ('Change'), the resource ('online connection target for a station in the project's .lss file'), and the specific scope ('Surgically updates only the TCPIP element'). It distinguishes itself from siblings by noting it should be used before compile_project/download_project when targeting a different device.

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?

Explicitly provides when to use this tool: 'Use before compile_project / download_project when targeting a different device.' This gives clear context and helps the agent decide among sibling tools.

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/Svel26/Lasal-MCP'

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