Skip to main content
Glama
Edge-JB
by Edge-JB

plc_download

Deploys the active PLC project to the target runtime, either by writing a boot project and restarting the runtime, or via a legacy command route.

Instructions

Deploy the active PLC project. method "bootproject" (default): headless via ITcPlcProject — writes the boot project to the target boot dir; twincat_restart_runtime loads and runs it. method "command": legacy DTE command route (needs a shell with window automation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNobootproject
treePathNoPLC root node, default first project under TIPC
autostartNo
commandNameNo
Behavior3/5

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

With no annotations, the description covers the two deployment workflows, including that 'bootproject' writes to the target boot dir and triggers twincat_restart_runtime. However, it omits other behaviors like error handling, auth requirements, or side effects, leaving gaps.

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 concise sentences front-load the primary purpose and method differentiation. Every word is informative with no redundancy, making it efficient for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite good coverage of methods, the description fails to address return values, errors, or prerequisites for parameters like 'commandName'. Given the complexity (4 parameters, no output schema), this is incomplete for reliable agent invocation.

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 only 25% (only treePath has a description). The description adds value by explaining the 'method' values, but it does not describe 'autostart', 'commandName', or their interaction, so the agent still lacks full parameter understanding.

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 'Deploy the active PLC project' with a specific verb and resource. It further distinguishes between two methods ('bootproject' and 'command'), providing a clear scope that differentiates from sibling tools like nc or tc_link.

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 explains when to use each method: 'bootproject' for headless deployment via ITcPlcProject, and 'command' for legacy DTE route needing a shell. This gives context for selection, though it does not explicitly state when not to use the tool.

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/Edge-JB/tc1000-MCP-TC-4026'

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