Skip to main content
Glama
nextafter-michael

unofficial-vwo-mcp-server

Verify VWO connection

vwo_verify_connection
Read-only

Verify VWO MCP server configuration and API token validity with a single authenticated request. Use this to diagnose authorization errors before using other VWO tools.

Instructions

Check that the VWO MCP server is correctly configured and its API token works, by making one lightweight authenticated request. Returns the base URL, token source, and a token fingerprint — never the token itself. Call this first when other VWO tools return authorization errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description adds value beyond annotations: it specifies that it makes one lightweight authenticated request, returns specific fields (base URL, token source, token fingerprint), and states it never returns the token itself. No contradictions with annotations.

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 sentences, both front-loaded with the verb 'Check'. It contains no redundant words and efficiently conveys purpose, behavior, output, and usage tip.

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

Completeness5/5

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

Given no parameters and no output schema, the description fully covers what the tool does, what it returns, and when to use it. It is complete for a simple diagnostic tool.

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?

The input schema has no parameters, so the description cannot add parameter detail. However, it does describe the output, which aids understanding. Baseline for 0 params is 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 clearly states the tool's purpose: checking VWO MCP server configuration and API token validity. It uses specific verbs like 'check' and 'verify' and distinguishes itself from sibling tools by being a diagnostic tool, not a data operation tool.

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 explicitly instructs to call this tool first when other VWO tools return authorization errors, providing clear contextual guidance. It implies usage for debugging connections.

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/nextafter-michael/unofficial-vwo-mcp-server'

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