Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Collaborator: Create Remote System Configuration

collaborator_create_remote_system_configuration
Read-onlyIdempotent

Set up Collaborator integration with external code hosts by creating a remote system configuration. Supply token, title, and JSON config to enable code review workflows.

Instructions

Creates a remote system configuration in Collaborator (e.g., Bitbucket, GitHub, etc).

Toolset: Remote System Configuration Management

Parameters:

  • token (string) required: Remote system token, e.g., BITBUCKET, GITHUB, etc.

  • title (string) required: Remote system title.

  • config (string) required: 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
titleYesRemote system title.
tokenYesRemote system token, e.g., BITBUCKET, GITHUB, etc.
configYesJSON string containing configuration parameters for the remote system.
reviewTemplateIdNoOptional review template ID used by this remote system.
Install Server

TDQS

C2.8/5.0
Behavior1/5

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

The description says the tool 'Creates' a configuration, while the annotations declare readOnlyHint: true. This is a direct contradiction about whether the operation mutates state. The description also provides no additional behavioral context such as authorization requirements, idempotency implications, or response behavior.

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 purpose sentence is front-loaded and concise, but the parameter section duplicates the input schema's descriptions, which is redundant. The toolset line provides marginal context, yet several lines add little information beyond what an agent already has from the schema.

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?

For a create operation with four parameters and no output schema, the description leaves out when to use it, what effects occur, and any details about the JSON config structure or token format beyond the schema. The readOnlyHint contradiction further undermines an agent's ability to understand the operation's true behavior.

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 100%, and the parameter list only repeats the schema's own descriptions without adding syntax, format examples, or constraints. The description adds no semantic value beyond the structured schema, so the baseline 3 applies.

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 'Creates a remote system configuration in Collaborator', a specific verb plus resource, and gives concrete examples (Bitbucket, GitHub). The create action is implicitly distinct from sibling tools like edit, delete, update, and test-connection for remote system configurations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to choose this tool over alternatives such as collaborator_edit_remote_system_configuration or collaborator_test_remote_system_configuration_connection. The 'Toolset' label provides weak context but no conditions, prerequisites, or exclusions.

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