Skip to main content
Glama
apexsotjo-blip

RemoteConnect MCP Server

inspect_remoteconnect_bulk_edit_workbook

Read a RemoteConnect bulk edit .xls workbook to retrieve version metadata, sheet machine fields, and optional data rows for creating patches.

Instructions

Read a native RemoteConnect Object Bulk Edit .xls workbook.

Returns workbook version/DTM metadata and every sheet's stable machine fields. Pass sheet_name to also return up to limit data rows. Use the row-2 machine fields, not translated row-1 labels, when creating patches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
limitNo
sheet_nameNo
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses that this is a read operation, lists what is returned, and adds a meaningful warning about row-2 vs row-1 fields, which affects subsequent patch creation. It does not cover error behaviors or file-format details, but those are less critical for a read-only inspector.

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?

Three compact sentences, no filler, with the core action first and the most actionable usage warning last. Every sentence adds value.

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

Completeness4/5

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

Given no output schema, the description provides a reasonable high-level account of the return value: version/DTM metadata, every sheet's stable machine fields, and optional data rows. It is enough for an agent to invoke the tool correctly, though the exact structure of the returned metadata is not specified.

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 0%, so the description must compensate. It explains sheet_name and limit ('Pass sheet_name to also return up to limit data rows') and implicitly ties path to the workbook being read. However, the path parameter itself is not explicitly described, and no additional detail is given about format, constraints, or defaults beyond what the schema shows.

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: 'Read a native RemoteConnect Object Bulk Edit `.xls` workbook.' It further clarifies the output (version/DTM metadata and stable machine fields) and is clearly distinct from the sibling create_remoteconnect_bulk_edit_copy, which writes rather than reads.

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 direction: 'Pass sheet_name to also return up to limit data rows' and instructs to use row-2 machine fields rather than translated row-1 labels. It does not explicitly contrast with alternative tools, but the read-vs-create sibling split and parameter guidance make the intended use clear.

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