Skip to main content
Glama
hjbaard

SolidWorks-MCP

by hjbaard

get_status

Verify SolidWorks is reachable, get its revision, and see the currently active part.

Instructions

Report whether SolidWorks is reachable, its revision, and the active/current part.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A3.8/5.0
Behavior3/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 behavioral disclosure. It clearly states that this is a status-reporting operation and lists the reported data, but it does not describe failure behavior, return format, or explicitly confirm there are no side effects. For a no-parameter read-only status tool this is adequate but not detailed.

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 a single, front-loaded sentence with no filler. Every phrase adds meaningful information: reachability, revision, and active part.

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

Completeness4/5

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

For a simple no-argument tool with no output schema, the description covers the main return values clearly. It is slightly incomplete because it does not specify how reachability is represented or what happens if SolidWorks is unreachable, but this is a minor gap for such a straightforward status probe.

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, so there is nothing for the description to explain. The baseline of 4 applies because no parameter semantics are needed.

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 uses a specific verb ('Report') with a clear subject (SolidWorks status) and enumerates the exact outputs: reachability, revision, and active/current part. This clearly distinguishes it from the sibling tools, which focus on creation, modification, or other queries.

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?

There is no explicit guidance on when to use this tool versus alternatives, nor any mention of prerequisites such as SolidWorks needing to be running. The intended use is implied by 'Report whether SolidWorks is reachable,' but no direct when-to-use or exclusion criteria are stated.

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