Skip to main content
Glama
Praket7

mastercam-mcp

by Praket7

generate_setup_sheet

Read-onlyIdempotent

Turn inspection data into a revision-ready setup sheet, covering parts, stock, tools, operations, and notes for clear manufacturing documentation.

Instructions

Create a revision-ready setup sheet from inspection data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wcsNo
partNo
notesNo
stockNo
toolsNo
machineNo
operationsNo

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

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds only the 'revision-ready' output characteristic and the inspection-data input source; it does not reveal other behaviors such as output format or how omitted inputs are handled.

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 one short, front-loaded sentence with the verb first and the deliverable immediately visible. Every word adds context ('revision-ready', 'from inspection data') and there is no redundant content.

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?

Despite the output schema, the input-side context is severely incomplete: seven unnamed nested object/array parameters can be passed but the description does not explain their roles, constraints beyond schema limits, or what makes a setup sheet 'revision-ready'. An agent cannot confidently assemble a valid call from this definition alone.

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 the tool has seven parameters, but the description does not explain any of them. 'From inspection data' is too generic to cover wcs, part, notes, stock, tools, machine, and operations, so the description fails to compensate for the schema's lack of parameter documentation.

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 states a specific action ('Create') and a clear deliverable ('revision-ready setup sheet'), sourced from 'inspection data'. This is enough to distinguish it from the sibling generate_operation_packet, which targets a different packet type.

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

Usage Guidelines3/5

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

The phrase 'from inspection data' implies the tool should be used when an inspection-based setup sheet is needed, but the description never explicitly says when to use it versus alternatives. No exclusions or sibling routing are provided, so the guidance remains implicit.

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