Skip to main content
Glama
varity-labs

Varity MCP Server

Official
by varity-labs

Deployment Info & Logs

varity_deploy_logs
Read-only

Retrieve build logs or a deployment summary for a specific deployment. Get the live URL, status, build size, and build time, or see full log lines when available.

Instructions

Get build logs or deployment summary for a specific deployment. When full build logs exist (captured during varity_deploy or varity_build), returns the actual log lines. When only the deployment record exists, returns a structured summary receipt: URL, status, build size, build time, and a debug_tip pointing to varity_build for detailed output. Use this to get the live URL, check status, or confirm build metrics for a deployment. For detailed build error output (TypeScript errors, module-not-found, etc.), use varity_build, it captures the full compilation log with exact file/line numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of log lines to return (default: 100)
deployment_idYesThe deployment ID to get logs for
Behavior5/5

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

Discloses dual behavior: returns actual log lines if full logs exist, otherwise returns structured summary receipt. Adds context beyond readOnlyHint annotation.

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?

Front-loaded with verb and resource, no fluff. Every sentence adds value.

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?

Explains return types, references sibling for edge case, and covers all agent needs given no output schema.

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 baseline 3. Description adds context by linking parameters to behavior (limit used when logs exist) and implying deployment_id value.

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?

Description clearly states verb and resource: 'Get build logs or deployment summary for a specific deployment.' It distinguishes from sibling varity_build by specifying what each tool retrieves.

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?

Explicitly explains when to use: to get live URL, check status, confirm build metrics. Also provides a when-not: for detailed build errors, use varity_build.

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