Skip to main content
Glama
Praket7

mastercam-mcp

by Praket7

compare_toolpaths

Compare Mastercam toolpaths to identify differences in feed, speed, and tool usage, enabling informed machining decisions.

Instructions

Mastercam compare toolpaths

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedNo
nameNo
speedNo
dryRunNo
toolIdNo
confirmedNo
outputPathNo
operationIdNo
operationIdsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.8/5.0
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure, but it provides none beyond the bare action. It does not mention whether the comparison is read-only, whether it requires existing toolpaths, what side effects occur, or whether it modifies state.

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

Conciseness2/5

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

The description is short but this is under-specification rather than conciseness. Every word merely repeats the tool name and product context, contributing no independent information or useful structure.

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

Completeness1/5

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

For a tool with 9 parameters, no required fields, no output schema, no annotations, and no parameter documentation, a three-word description is completely inadequate. There is no way for an agent to know what inputs matter, what the comparison returns, or what 'compare' means operationally.

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

Parameters1/5

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

Schema description coverage is 0% and there are 9 parameters, but the description adds no meaning to any of them. An agent receives no help understanding feed, speed, dryRun, operationIds, or confirmed, making correct invocation essentially guesswork.

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

Purpose2/5

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

The description 'Mastercam compare toolpaths' essentially restates the tool name 'compare_toolpaths' without specifying what comparing entails, what dimensions are compared, or what result is produced. It identifies the resource and action but is too tautological to distinguish from siblings like get_toolpath_status or run_simulation.

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 guidance on when to use this tool versus alternatives, no scenarios, and no exclusion criteria. The description merely names the action, leaving an agent to guess whether this is the right tool for comparing feeds, speeds, geometry, or toolpath validity.

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