Skip to main content
Glama
AndersonVitaease

MemoryOS VPS Guardian

Deployment readiness

engineering.deploy.ready

Check if your application satisfies minimum deterministic prerequisites for attempting a deployment. Receive an advisory verdict (READY, NOT_READY, UNKNOWN, or UNAVAILABLE) from validated operational evidence.

Instructions

Based on currently configured validated operational evidence, does the application satisfy the minimum deterministic prerequisites for attempting a deployment? Deterministic read-only advisory verdict (READY | NOT_READY | UNKNOWN | UNAVAILABLE) computed ONLY by the certified readiness classifier over the operator-configured release-state evidence source (MEMORYOS_VPS_GUARDIAN_RELEASE_STATE_FILE, the same source as engineering.deploy.status) and existing local VPS health/capacity evidence — no new configuration. UNKNOWN means required valid evidence is incomplete; UNAVAILABLE means a required evidence source is unavailable. evidenceAgeSeconds is factual and never changes the verdict. Advisory only: this tool deploys nothing, approves nothing, grants no deployment or recovery authority, does not predict deployment success and does not inspect code, migrations or release contents. Input must be exactly {}. No mutation, no shell, no SSH, no network, no secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
reasonsYes
summaryYes
componentsYes
limitationsYes
applicationIdYes
evidenceAgeSecondsYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the burden and does an excellent job. It discloses that the tool is deterministic, read-only, advisory, performs no mutation/shell/SSH/network/secrets access, never changes the verdict based on evidenceAgeSeconds, and explains the UNKNOWN vs UNAVAILABLE distinction. This is far more behavioral detail than typical tool descriptions.

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?

The description is front-loaded with the core purpose and verdict types, then systematically covers evidence source, verdict meanings, and safety limitations. It is longer than strictly necessary and contains some redundancy around being advisory and non-mutating, but every sentence carries meaningful operational information for a deployment-related tool.

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?

Despite having zero parameters and an output schema, the tool is safety-sensitive and potentially confusing due to its deployment-related name. The description provides complete context: evidence sources, verdict semantics, advisory scope, input requirements, and explicit non-actions. An agent has enough information to decide whether to call it and what the verdict means.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema already reflects an empty object with additionalProperties false. The description adds explicit reinforcement that 'Input must be exactly {}', which removes any ambiguity about whether optional or unexpected fields could be accepted. This fully addresses parameter semantics even without parameters.

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 opens with a clear, specific question ('does the application satisfy the minimum deterministic prerequisites for attempting a deployment?') and names the exact return values READY | NOT_READY | UNKNOWN | UNAVAILABLE. It distinguishes itself from engineering.deploy.status by explicitly naming it as a sibling using the same evidence source while clarifying this tool is an advisory readiness check.

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 gives strong context for when to use the tool: when a deterministic read-only readiness verdict is needed, based on existing evidence, without new configuration. It names engineering.deploy.status as sharing the same evidence source and clearly states exclusions ('does not predict deployment success', 'does not inspect code, migrations or release contents'), though it does not explicitly say 'use X instead' for alternative scenarios.

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

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/AndersonVitaease/memoryos-vps-guardian'

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