Skip to main content
Glama
Svel26

Sigmatek LASAL MCP Server

by Svel26

apply_visu_changes

Apply changes to VISUDesigner projects by running ordered operations like station updates, text management, and property edits. Automates headless project modifications and saves.

Instructions

Apply changes to a VISUDesigner (.lvp) project using the headless VISUDesigner API. Kills any running VISUDesigner first, runs the operations as a Python 3.12 script, then saves and closes. Supports: update_all_stations, update_station (single station by number), publish, text list/text management (add/remove/change/set_revisions), CSV import/export for translations, datapoint/datatype property editing, scheme management (add/remove/configure entries), media items (images, video, audio, docs, fonts), code modules, and HMI download. Run 'update_all_stations' or 'update_station' after CLASS 2 channel changes to sync datapoints into the VISUDesigner project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lvp_pathNoFull path to the .lvp project file. Omit to auto-detect from the selected project (fails if multiple stations).
operationsYesOrdered list of VISUDesigner operations. Each has a 'type' field. The project is loaded, all operations are applied, then saved and closed. Available types: update_all_stations | update_station | publish | add_text_lists | remove_text_lists | add_texts | remove_texts | change_texts | change_component_texts | set_text_list_revisions | set_component_text_list_revisions | csv_export_text_lists | csv_import_text_lists | csv_export_component_text_lists | csv_import_component_text_lists | set_datapoint_properties | set_datatype_properties | add_schemes | remove_schemes | add_scheme_entries | remove_scheme_entries | move_scheme_entries | set_scheme_inputs | set_scheme_properties | set_scheme_entry_properties | add_media_items | remove_media_items | add_code_modules | remove_code_modules | update_property_values | download
Behavior5/5

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

With no annotations, the description fully carries the burden: it discloses that the tool kills a running VISUDesigner, runs operations as a Python script, and saves/closes the project. It also mentions failure conditions (auto-detect fails if multiple stations). This is comprehensive behavioral transparency.

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?

The description is a single, well-organized paragraph with a clear main sentence followed by a list of supported operations and a usage note. It is efficient and front-loaded, though the list of operation types is a bit lengthy. Still, it earns its place.

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?

Given the complexity (many operation types, no output schema), the description is adequate but incomplete. It lacks information about return values, error handling, or success/failure indicators. The mention of auto-detection failure is good, but more context on outcomes would improve completeness.

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 coverage is 100%, with descriptions for both parameters. The tool's description adds crucial meaning beyond the basic schema by listing all operation types and explaining the sequence (loaded, applied, saved). The schema only defines operations as an array of items without structure, so the description is essential.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool applies changes to a VISUDesigner project using a headless API. It lists many supported operations, identifying the specific resource and action. However, it does not explicitly distinguish from sibling tools like 'apply_project_changes', which weakens the differentiation.

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?

The description provides a clear use case: run after CLASS 2 channel changes to sync datapoints. It implies usage context (headless, automated changes) but does not specify when not to use or mention alternatives among the 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