Skip to main content
Glama
varity-labs

Varity MCP Server

Official
by varity-labs

Development Server

varity_dev_server

Control your local development server: start, stop, or check its status. Returns the localhost URL for app preview.

Instructions

Start, stop, or check the local development server. Returns the localhost URL for previewing the app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject directory (default: current working directory)
portNoPort to run the dev server on (default: 3000). If this port is busy, the server auto-selects the next available port and persists it to varity.config.json so future starts use the same port automatically. You can also set this explicitly (e.g. port: 3031) to always start on a specific port.
actionYesAction to perform: start, stop, or check status of the dev server
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions return of localhost URL but does not disclose behavioral traits like auto-selection of port, persistence to config file, or any side effects. Parameter description covers some details, but main description lacks behavioral context.

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?

Two sentences, front-loaded with purpose. No extraneous information. Efficient and clear.

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?

Description mentions return of localhost URL, but lacks details for stop and status actions (e.g., what they return). No output schema exists, so description should cover return values for all actions. Missing error handling or state change information.

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%, and parameter descriptions (especially port) are detailed. The main description adds no additional parameter meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 manages a local development server with start, stop, and check actions, and specifies it returns a localhost URL. This distinguishes it from sibling tools like deploy or build.

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?

The description explains when to use the tool (for local dev server management) but does not explicitly mention when not to use or alternatives. Implicit differentiation from siblings is clear.

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/varity-labs/varity-mcp'

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