Skip to main content
Glama
virtualsms-io

VirtualSMS MCP Server

Start Manual Registration Session

virtualsms_start_manual_registration_session

Beta, invite-only. Start a country-matched cloud browser you drive yourself: returns a viewer_url, an authenticated live-viewer link you open to watch and drive the session (manual takeover), plus optional order phone number and timeline.

Instructions

Beta, invite-only. Start a country-matched cloud browser you drive yourself: returns a viewer_url, an authenticated live-viewer link you open to watch and drive the session (manual takeover), plus optional order phone number and timeline. Agent-driven navigation is the separate opt-in session tools. Pair with create_order for OTP + browser in one agent flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoSession attach mode
countryNoISO-2 country for proxy match
order_idNoActivation order UUID to attach
run_prepNoRun prep after start
target_urlNoURL for generic prep
with_proxyNoAttach matching VSMS proxy
device_modeNoViewport profile
prep_presetNoPrep preset
service_nameNoService hint (telegram, whatsapp, …)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.3.2

TDQS

A4/5.0
Behavior4/5

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

Adds access constraints (Beta, invite-only), explains that this starts a browser the user can watch and drive via an authenticated viewer_url, and clarifies that agent-driven navigation is not part of this call. The annotations already signal mutating/open-world behavior, and the description adds live-viewer semantics without contradicting them. It could mention session lifecycle or cleanup, but this is substantial added context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the essential start action and deliverable, followed by routing guidance and a pairing tip. There is no filler or repetition of schema fields. The first sentence is dense and could be parsed more cleanly, but each sentence earns its place.

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

Completeness3/5

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

For a 9-parameter tool with no output schema, the description covers the core purpose, output link, and relationship to create_order, but leaves gaps around session lifecycle, how to use viewer_url, and the semantics of attach vs fresh mode. Those gaps matter for correct invocation, so the description is adequate but not fully complete.

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?

The input schema covers all 9 parameters with descriptions and enums, so the baseline is 3. The description enriches 'country' with country-matched proxy logic and hints at order_id relevance via optional order phone number and timeline, but it does not explain mode attach/fresh, run_prep, or prep_preset beyond the schema. Thus it offers only a small increment over the structured data.

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 states a specific action—starting a country-matched cloud browser for manual takeover—and names the key deliverable, viewer_url. It also distinguishes itself from agent-driven navigation tools and positions itself relative to create_order. There is no ambiguity about what this tool does.

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?

Clearly frames manual takeover as the intended use case and tells the agent that agent-driven navigation belongs to separate opt-in session tools, establishing a when-to-use boundary. Pairing guidance with create_order gives a concrete invocation context. However, it does not name the session sibling tools explicitly or explain attach vs fresh selection, so the guidance is strong but not exhaustive.

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