Skip to main content
Glama
Praket7

mastercam-mcp

by Praket7

get_version_report

Read-onlyIdempotent

Detect installed Mastercam and NET-Hook versions to verify compatibility. Generate a report identifying version mismatches for troubleshooting.

Instructions

Report detected Mastercam and NET-Hook compatibility

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
liveNo
toolYes
errorNo
receiptNo
documentRevisionNo
operationFingerprintNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.0

TDQS

C2.5/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds only the word 'detected', hinting at some discovery process, but never explains what is scanned (registry, files, installed versions), how the report is produced, or what 'compatibility' means. With a 0-param tool and no output schema details, the description carries the behavioral burden and largely fails to meet it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short fragment, so it is undeniably concise and front-loaded. But it borders on under-specification: one terse sentence that adds little beyond the tool's name and offers no meaningful detail. It earns a middle score for brevity without substance.

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

Completeness2/5

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

Although an output schema exists (lightening the return-value burden), the description is too thin to orient an agent. It fails to explain what the report contains, how detection works, or how this differs from get_compatibility_matrix. For a diagnostic tool among a large sibling set, more context is needed.

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 coverage, so there is nothing for the description to document. Per the baseline for 0-param tools, this dimension scores well because no parameter clarification is needed.

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

Purpose3/5

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

The description names the resource (Mastercam and NET-Hook compatibility) and the action (report), which gives the tool an identifiable purpose. However, it's a sentence fragment that reads more like a label than a definition, and it doesn't differentiate this from closely-related siblings such as get_compatibility_matrix or mastercam_capabilities, both of which plausibly overlap with a 'compatibility' report.

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

Usage Guidelines1/5

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

There is no guidance on when to call this tool versus the many alternatives. Among 65+ siblings, get_compatibility_matrix and mastercam_status are natural competitors, yet the description gives the agent no cue for choosing between them, nor any conditions or prerequisites.

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