Skip to main content
Glama
apexsotjo-blip

RemoteConnect MCP Server

open_remoteconnect_logic

Open the paired UnitySoControl logic project for a RemoteConnect bundle using a .PRJ, .RCZ, .STU, or .STA path, without modifying the RemoteConnect configuration.

Instructions

Open the paired UnitySoControl logic project for a RemoteConnect bundle.

Pass any matching .PRJ/.RCZ/.STU/.STA path. Configure the SCADAPack OEM context with CE_MCP_XPDF_CONTEXT (and optionally CE_MCP_LIBSET_VERSION) before starting the server. The RemoteConnect configuration file is not modified by this operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states that the RemoteConnect configuration file is not modified, which is a helpful side-effect disclosure. However, it does not mention potential other side effects, error behavior, return semantics, or whether the operation is read-only or mutating (beyond 'open'). It is incomplete but not misleading.

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?

Three sentences, each contributing: purpose, usage/prerequisite, and a non-modification note. The information is front-loaded with the core action first. No redundant filler.

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?

For a tool with one parameter and no output schema, the description covers input requirements and a safety guarantee, but lacks details on expected outcomes (e.g., what 'opening' does in practice, whether it starts a server, or what the function returns). It does not clarify if the operation is blocking, and whether any configuration is automatically applied. Given the sibling context, more context would help an agent know exactly when to use it.

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?

The only parameter 'path' has zero schema description, but the tool description compensates by specifying accepted file extensions (.PRJ/.RCZ/.STU/.STA) and implying a project file path. This adds meaningful semantics beyond the raw schema, though it does not specify path format, absolute/relative requirements, or validation behavior.

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 states a specific action ('Open') on a specific resource ('the paired UnitySoControl logic project for a RemoteConnect bundle') and further specifies the accepted file extensions. It clearly distinguishes itself from generic tools like 'open_project' by targeting RemoteConnect bundles.

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 concrete usage guidance: pass a matching .PRJ/.RCZ/.STU/.STA path, and notes a prerequisite (configure SCADAPack OEM context before starting the server). However, it lacks explicit comparisons to sibling tools (e.g., when to use open_remoteconnect_logic vs inspect_remoteconnect_project or build_remoteconnect_logic_copy), leaving the choice somewhat inferential.

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/apexsotjo-blip/remoteconnect-mcp'

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