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

xae_build

Cleans, builds, or rebuilds the active TwinCAT solution configuration, with options to set a timeout and wait for completion.

Instructions

Clean/Build/Rebuild the active solution configuration; waits for completion by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
timeoutMsNo
waitForFinishNo

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. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions that the tool waits for completion by default. It does not explain what happens on build failure, whether the tool is destructive, what output is returned, or any side effects like project file modification. Critical information is missing.

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 sentence, which is concise but lacks structure. It front-loads the main action but omits any secondary details. While not verbose, it is too terse to be considered well-structured for a tool with three parameters.

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 the tool has three parameters, no output schema, and no annotations, the description is incomplete. It does not explain the build process, error handling, or how this tool fits into the broader TwinCAT ecosystem. The sibling tools suggest a rich context, but the description fails to leverage or clarify it.

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 description coverage is 0%, so the description should compensate. It only hints at the waitForFinish parameter (default wait). The action enum values are self-explanatory, but the timeoutMs parameter is entirely unexplained. The description adds minimal meaning beyond the schema.

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 performs clean/build/rebuild actions on the active solution configuration, which is a specific verb-resource combination. However, it does not explicitly differentiate from sibling tools like xae or xae_command, and the phrase 'active solution configuration' may assume domain knowledge.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not specify prerequisites, when to choose clean vs build vs rebuild, or any conditions that would make this tool inappropriate. This is a significant gap.

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