Skip to main content
Glama
Praket7

mastercam-mcp

by Praket7

update_stock

Update stock parameters for selected Mastercam operations directly. Specify operation IDs, feed, speed, and output path to apply changes.

Instructions

Mastercam update stock

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.1/5.0
Behavior1/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 disclosing behavior. The description only names the tool; it does not state whether the operation is destructive, whether it modifies the active part, whether it requires user confirmation, or what side effects it has on the stock model.

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 only restates the tool name and product, so the brevity earns no value.

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?

With nine unannotated parameters, no output schema, no required fields, and zero explanation, the tool is not safely callable by an agent. Critical context about what 'stock' means, what parameters are needed, and what happens on execution is entirely missing.

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 description adds zero information about the nine parameters. Parameters such as dryRun, confirmed, operationIds, and toolId are completely unexplained, leaving the agent without enough meaning to choose correct values.

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

Purpose1/5

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

The description 'Mastercam update stock' is a tautology that restates the tool name without a specific verb or resource beyond 'stock.' It does not say what updating the stock does, what state it affects, or how it differs from cousins like get_stock, set_feed_speed, or change_tool.

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 use this tool versus the many sibling tools, no mention of prerequisites, and no indication of when a dryRun or confirmed flow is appropriate. The agent is left to guess the intended context.

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