Skip to main content
Glama
rhyne1012

OpenVSP MCP (Maintained Fork)

openvsp.health

Check the OpenVSP MCP server's executable and API readiness, verifying versions to confirm the environment is operational before running analyses.

Instructions

Fresh executable/API readiness and versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavior disclosure. It implies a read-only status/version check but never explicitly states side effects, freshness guarantees, or what 'readiness' means. This is minimal disclosure, though not misleading.

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 very short and front-loaded, with no filler. The phrase 'Fresh executable/API readiness and versions' is compact, though the word 'Fresh' is slightly vague and the fragment lacks a verb.

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?

With zero parameters and an output schema present, the description does not need to enumerate return values. However, it is still somewhat cryptic and does not clarify whether this is a prerequisite check, a lightweight call, or how the version/readiness information should be interpreted.

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 tool has zero parameters and 100% schema description coverage, so there is no parameter meaning left to explain. The baseline of 4 applies because no parameters exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description communicates that this tool reports executable/API readiness and version information, which is clearly distinct from the action-oriented sibling tools like batch_submit or create_model. It lacks an explicit verb like 'check' or 'get', but the meaning is still inferable from 'readiness and versions'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no explicit guidance on when to call this tool versus alternatives, nor does it mention whether it should be called before other operations. The intended use is only implied by the name and the word 'readiness'.

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