Skip to main content
Glama
apexsotjo-blip

RemoteConnect MCP Server

create_remoteconnect_bulk_edit_copy

Apply row-specific patches to a RemoteConnect Bulk Edit template, outputting a structurally verified XLS copy for import, leaving the original unchanged.

Instructions

Create a patched copy of a RemoteConnect Object Bulk Edit workbook.

Each patch is {sheet, match, values}; match must select exactly one existing row using row-2 machine fields. Example: {sheet:'(20) Ethernet Ports', match:{Port:'Ethernet1'}, values:{IpAddress:'192.168.1.10'}}. The template is never modified. The generated XLS is reopened and structurally checked; RemoteConnect import plus read_remoteconnect_feedback remains the final semantic validation step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patchesYes
overwriteNo
output_pathYes
template_pathYes
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well: it discloses that the template is never modified, that the generated XLS is reopened and structurally checked, and that semantic validation is deferred to a later step. It also surfaces the constraint that match must select exactly one existing row.

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 front-loaded with the core purpose and every subsequent sentence earns its place: patch semantics, the exact-match constraint, a concrete example, template safety, and validation expectations. It is dense but not bloated.

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

Completeness5/5

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

Given the absence of annotations and output schema, this is a complete contract: it explains the patch format, the row-matching rule, side effects on the template, structural checking, and the required follow-up validation step. An agent has enough to call it correctly.

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?

Schema description coverage is 0%, so the description must compensate. It does for the complex patches parameter by specifying the {sheet, match, values} shape and giving a concrete example, but template_path, output_path, and overwrite are left to their names and schema defaults.

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 opens with a specific verb and resource: 'Create a patched copy of a RemoteConnect Object Bulk Edit workbook.' It clearly distinguishes this from sibling inspection/validation tools by emphasizing creation of a patched copy and the final validation route through read_remoteconnect_feedback.

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?

It gives concrete usage context: how patches are structured, the exact-match requirement, and that the template is never modified. It doesn't explicitly enumerate sibling alternatives, but it tells the agent that RemoteConnect import plus read_remoteconnect_feedback is needed for final semantic validation, which implies when this tool is insufficient.

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