Skip to main content
Glama
Svel26

Sigmatek LASAL MCP Server

by Svel26

deploy_all

Automate the full deployment pipeline: compile CLASS 2, download to PLC, update VISUDesigner stations, and optionally download visu to HMI. Stops on failure.

Instructions

Run the full deploy pipeline in one call: compile CLASS 2 → download to PLC → update VISUDesigner stations → optionally download visu to HMI. Each step is skipped if its flag is false. Stops immediately on any failure and reports which step failed. Use after making CLASS 2 or VISUDesigner changes to push everything to the target hardware.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compileNoCompile the CLASS 2 project. Default true.
lcp_pathNoAbsolute path to the .lcp file. Omit to use the selected project.
lvp_pathNoAbsolute path to the .lvp file. Omit to auto-detect from the selected project.
start_plcNoStart the PLC runtime after a successful download. Default true.
download_plcNoDownload the compiled CLASS 2 project to the PLC. Default true.
download_visuNoDownload the VISUDesigner project to the HMI after updating stations. Requires visu_connection. Default false.
add_plc_loaderNoForce loader download to PLC even if the target already has a compatible loader.
plc_connectionNoPLC connection string (e.g. 'TCPIP:192.168.1.100'). Omit to use the connection saved in the project's .lss file.
compile_optionsNoCompile mode. RebuildAll is safest; BuildChanges is faster for incremental work.RebuildAll
visu_connectionNoHMI connection string (e.g. 'TCPIP:192.168.1.100'). Required when download_visu is true.
add_visu_runtimeNoForce runtime download to HMI even if the version already matches.
visu_download_flagsNoVISUDesigner download mode: 0=normal (default), 1=changes only, 2=publish+download changes.
update_visu_stationsNoRun update_all_stations on the VISUDesigner project to sync datapoints after CLASS 2 changes. Default true.
Behavior3/5

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

Discloses that each step is skipped if its flag is false and that it stops immediately on failure, reporting which step failed. However, it does not mention side effects like state changes to projects or hardware, nor does it clarify if the process is idempotent. With no annotations, this is adequate but not thorough.

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?

Two sentences: first lists steps in order, second adds failure handling. No wasted words, front-loaded with action sequence.

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?

For a tool with 13 parameters and no output schema, the description covers the high-level pipeline and failure behavior. It does not mention prerequisites (e.g., having a selected project) or the return value format, but those are partially covered by schema. Adequate but could be more 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 coverage is 100%, so baseline 3 is appropriate. The description does not add parameter-specific details beyond the schema; it summarizes the overall flow but no extra semantics for individual parameters.

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 lists the exact sequence of steps in the pipeline (compile, download to PLC, update VISUDesigner stations, optionally download visu) and clearly distinguishes this tool from sibling tools that perform individual steps.

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?

Explicitly states when to use: 'after making CLASS 2 or VISUDesigner changes to push everything to the target hardware.' Does not explicitly name alternatives for when not to use, but the sibling list implies granular tools exist for single steps.

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