Skip to main content
Glama

set_remote

Sets the remote relay target for the server to restore browser automation when tools are missing. Provide a websocket relay URL or extension UUID as the credential.

Instructions

Set the remote relay target for this MCP server. If browser tools are missing, call set_remote first to connect to a Vibe relay. The routing UUID in the URL is the sole bearer credential for the relay session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesRemote target as either an extension UUID or a full websocket relay URL (for example wss://relay.api.vibebrowser.app/<extension-uuid>). Call set_remote first when browser tools are unavailable.
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose an important security behavior—'The routing UUID in the URL is the sole bearer credential for the relay session'—and implies a network connection. However, it does not explain side effects like overwriting an existing target, persistence, or failure behavior, leaving a notable transparency gap for a state-changing tool.

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 two concise sentences, front-loaded with the primary action and followed by a practical usage condition and a security note. Every clause earns its place, with no wasted words or redundancy.

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?

This is a simple single-parameter tool with no output schema and no annotations. The description covers purpose, when to invoke, and a crucial credential warning, which is largely sufficient for the tool's complexity. It stops short of describing the result or how to verify success, but that is a minor omission for such a focused utility.

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 coverage is 100%, so the baseline is 3. The description adds value by emphasizing that the URL contains a credential-bearing routing UUID, which is security-relevant semantic context beyond the schema's type and example. This extra insight justifies a 4.

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: 'Set the remote relay target for this MCP server.' It clearly states what the tool does and even provides a triggering condition, making the purpose unambiguous. Though there are no sibling tools to distinguish from, the wording is specific enough to earn full marks.

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

Usage Guidelines5/5

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

The description gives explicit guidance: 'If browser tools are missing, call set_remote first to connect to a Vibe relay.' This is a clear when-to-use instruction. The schema reinforces it with 'Call set_remote first when browser tools are unavailable,' providing both context and sequence without needing alternatives.

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/VibeTechnologies/vibe-mcp'

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