Skip to main content
Glama
apexsotjo-blip

RemoteConnect MCP Server

read_remoteconnect_feedback

Read structured feedback from RemoteConnect bulk-edit logs to identify per-object changes, errors, warnings, and source references, also returning success status and counts.

Instructions

Read structured RemoteConnect Object Bulk Edit feedback.

With no log_path, reads the newest RemoteConnect bulk-edit log from the current Windows user's application-data directory. Set latest=false to aggregate up to max_files. Returns per-object changes, warnings and errors, source file/line references, counts, and ok=false when errors are present.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latestNo
log_pathNo
max_filesNo
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses the source location, the effect of latest and max_files, and the shape of the return value including per-object changes, warnings, errors, source references, counts, and ok=false on errors. This is far beyond a minimal statement and gives an agent a solid model of what will happen.

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 compact and front-loaded. The first sentence states the tool's purpose, the second explains the default behavior, the third covers the key option, and the fourth summarizes the return content. Every sentence earns its place with no filler or repetition.

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?

For a read-only tool with three optional parameters and no output schema, the description covers all essential operational context: default source, parameter behavior, return contents, and error signaling. The absence of annotations is mitigated by the description's own safety signal ('Read') and return details. Nothing critical is missing for an agent to invoke and interpret the result correctly.

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

Parameters5/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 for the bare parameter definitions. It does so completely: log_path is explained via the no-log_path default, latest is explained as controlling whether to read only the newest log or aggregate, and max_files is explained as the aggregation limit. Every parameter's semantics are addressed in prose.

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 structured RemoteConnect Object Bulk Edit feedback.' This clearly distinguishes the tool from siblings like inspect_remoteconnect_bulk_edit_workbook, which targets the workbook itself, and create_remoteconnect_bulk_edit_copy, which creates a copy. The scope is unambiguous.

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?

The description gives concrete guidance on how to invoke the tool: without log_path it reads the newest log, and setting latest=false aggregates up to max_files. This effectively explains the main behavior and configuration options. It does not explicitly name alternatives or state when not to use this tool, but the usage context is clear enough for an agent to select it appropriately.

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