Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Collaborator: Edit Remote System Configuration

collaborator_edit_remote_system_configuration
Read-onlyIdempotent

Update an existing Collaborator remote system by editing its title and configuration parameters using the remote system ID.

Instructions

Edits parameters of an existing remote system configuration in Collaborator. Only title and config are editable after creation.

Toolset: Remote System Configuration Management

Parameters:

  • id (string) required: ID of the remote system Configuration to edit.

  • title (string): Remote system title.

  • config (string): JSON string containing configuration parameters for the remote system.

  • reviewTemplateId (string): Optional review template ID used by this remote system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the remote system Configuration to edit.
titleNoRemote system title.
configNoJSON string containing configuration parameters for the remote system.
reviewTemplateIdNoOptional review template ID used by this remote system.
Install Server

TDQS

C2.6/5.0
Behavior1/5

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

Annotation Contradiction: the description says 'Edits parameters' and the tool is an edit operation, but the annotations declare readOnlyHint=true, implying the tool does not modify state. This is a direct and serious inconsistency.

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 opening sentence is clear and front-loaded, and the post-creation constraint is useful. But the description then duplicates the entire parameter schema verbatim, which adds length without adding information and contributes to the reviewTemplateId inconsistency.

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?

The definition omits return behavior and gives no guidance on what the response looks like. More importantly, the contradictory 'only title and config are editable' note versus the reviewTemplateId parameter leaves a critical ambiguity, and no detail is given about what the config JSON should contain. This is not sufficient for reliable agent invocation.

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 100%, so the schema already documents all four parameters. However, the description's statement that 'Only title and config are editable after creation' directly conflicts with its own parameter list, which includes reviewTemplateId as an editable parameter, leaving the agent uncertain about valid inputs. It also provides no extra detail about the JSON config format.

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 uses a specific verb ('Edits') and identifies the exact resource ('parameters of an existing remote system configuration in Collaborator'). It is clearly distinct from creating, deleting, or testing a configuration, though it does not explicitly name sibling alternatives.

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 establishes that this tool is for editing an existing configuration and notes a key constraint: only title and config are editable after creation. However, it does not explicitly guide the agent to create/delete/test siblings when those operations are more appropriate, relying instead on the tool name and context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/SmartBear/smartbear-mcp'

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