Skip to main content
Glama

vector_setup

Validates Python compatibility, installs the Vector SDK if missing, writes OpenClaw config, checks robot connectivity, runs smoke tests. Returns a PASS/FAIL report with fixes.

Instructions

Run the VectorClaw setup wizard: validate Python compatibility, install the Vector SDK if missing, write OpenClaw config, check robot connectivity, and run smoke tests. Returns a structured PASS/FAIL report with actionable remediation steps. Call this tool first when setting up VectorClaw for a new user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoRobot IP address (optional). Only needed when auto-discovery via Wire-Pod does not work.
serialNoRobot serial number (required if VECTOR_SERIAL env var not set). Find it in the Vector app under Settings → My Vector → Serial Number.
run_smokeNoRun a status read and harmless head-move as a final smoke test (default: true).
install_sdkNoAttempt to install wirepod_vector_sdk when the SDK is absent (default: true).
write_configNoWrite VECTOR_SERIAL/VECTOR_HOST to ~/.openclaw/workspace/config/mcporter.json (default: true).
run_connectivityNoRun a live connectivity check against the robot (default: true).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does so well by surfacing mutating actions ('install the Vector SDK if missing', 'write OpenClaw config') and by stating the return shape: a structured PASS/FAIL report with remediation steps. It could add side-effect warnings, but the main behaviors are transparent.

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?

Three focused sentences: pipeline, return value, and when to call. Every sentence earns its place and the most important usage instruction is front-loaded.

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?

For a 6-parameter setup tool with no output schema and no annotations, the description is quite complete: it covers the workflow, the expected report, and the invocation context. It could mention edge cases like all flags being false, but the schema and description together give a capable agent enough to proceed.

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 coverage is 100%, so the baseline is 3. The description's stage list loosely maps to the boolean flags (install_sdk, write_config, run_connectivity, run_smoke), but the schema already explains each parameter clearly and the description adds no parameter-level details beyond that.

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 names a specific verb ('Run') and resource ('VectorClaw setup wizard') and lists concrete pipeline steps: validate Python, install SDK, write config, check connectivity, run smoke tests. This clearly differentiates it from sibling robot-control tools like vector_drive or vector_say.

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?

It gives an explicit trigger and ordering: 'Call this tool first when setting up VectorClaw for a new user.' It does not name alternatives or exclusions, but the setup intent is unambiguous and unique among the sibling tools.

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

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/danmartinez78/VectorClaw'

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