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

plc_download

Write the active PLC boot project to the target boot directory and restart the runtime to load it. Requires a confirm parameter to proceed.

Instructions

Deploy the active PLC project. Guarded: confirm="ALLOW_PLC_DOWNLOAD" (deploys a boot project to the live target). 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). autoLogout (default true): if the IDE is logged into the PLC, log out first via UI Automation so any source edits deferred by the online lock are applied before deploy. Never logs back in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNobootproject
confirmNo
treePathNoPLC root node, default first project under TIPC
autostartNo
autoLogoutNo
commandNameNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.4.0
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Changed2 schema fields changedv2.1.1
    • addedInput schema / properties / autoLogout
      Added value: +{
      +  "default": true,
      +  "type": "boolean"
      +}
    • addedInput schema / properties / confirm
      Added value: +{
      +  "type": "string"
      +}
  3. First observedv1.0.0

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the autoLogout behavior (logs out via UI Automation if needed and never logs back in) and method differences. However, it does not mention failure scenarios, overwrite behavior, or whether the runtime is restarted after deployment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single block of text that front-loads the main purpose. It contains useful details without excessive verbosity, but lacks structure (e.g., bullet points for parameters) and could be more scannable for an agent.

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?

Given 6 parameters, no output schema, and sibling tools like twincat_restart_runtime, the description should cover deployment nuances. It addresses methods and logout but omits autostart default behavior, commandName usage, treePath selection, and return value expectations. This leaves significant gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 17% (only treePath described). The description adds meaning for method, confirm, and autoLogout but ignores autostart, commandName, and treePath details. Even confirm is only implied as required. This is insufficient for a 6-parameter tool with low schema coverage.

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 deploys the active PLC project, using specific verbs like 'deploy' and 'writes to target boot dir'. It distinguishes the two methods (bootproject and command) but does not explicitly differentiate from sibling tools like xae_build or twincat_restart_runtime.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides guidance on when to use each method (headless vs. needing window automation) and the required confirmation token (confirm=

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/TwinCAT-XAE-MCP'

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