Skip to main content
Glama
Svel26

Sigmatek LASAL MCP Server

by Svel26

inspect_visu_project

Inspect a VISUDesigner project's current state to view stations, datapoints, languages, and text list names before applying modifications.

Instructions

Read a VISUDesigner (.lvp) project's current state from disk: stations (connection targets), datapoints (HMI-visible PLC values with types), languages, text list names, and schemes. Use this before apply_visu_changes to understand what already exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lvp_pathNoFull path to the .lvp file. Omit to auto-detect from the selected project.
all_datapointsNoReturn the full flat list of all datapoint paths. Default false returns only top-level objects. Use true when you need to see every channel (can be large for big projects).
Behavior3/5

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

The description implies a read-only, non-destructive operation by stating 'Read current state from disk', but does not explicitly mention safety, possible errors (e.g., file not found), or permissions. With no annotations, the description carries the full burden but lacks depth on behavioral traits.

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?

The description is a single sentence explaining the core functionality followed by a clear use-case sentence. No unnecessary words, front-loaded with action and details.

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 no output schema, the description lists the main components returned (stations, datapoints, etc.) and mentions the all_datapoints parameter's impact on size. It provides a reasonable overview, though it could specify the output structure more clearly.

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 the baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions; it only reiterates the general purpose without elaborating on parameter usage or edge cases.

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 reads the current state of a VISUDesigner .lvp project from disk, listing specific components (stations, datapoints, languages, text list names, schemes). It distinguishes itself from siblings like inspect_project by targeting VISUDesigner projects and mentioning a specific use case before apply_visu_changes.

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 recommends using this tool before apply_visu_changes, providing clear context. However, it does not specify when not to use it or mention alternatives for similar tasks like inspect_project.

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