Skip to main content
Glama

Create CAM Operation

cam_create_operation

Add machining operations like facing, contouring, or drilling to CAM setups in Fusion 360 by specifying strategy, tool parameters, and cutting conditions.

Instructions

Add a machining operation to a setup. Strategy determines the toolpath type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setup_nameYesName of the parent setup
strategyYesMachining strategy
nameNoOperation name
tool_numberNoTool number from library
tool_diameterNoTool diameter (cm) — used if tool_number not specified
stepdownNoAxial depth of cut (cm)
stepoverNoRadial stepover (cm)
feed_rateNoFeed rate (cm/min)
spindle_speedNoSpindle speed (RPM)
coolantNoflood
Behavior3/5

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

Annotations indicate this is a mutable, non-idempotent, non-destructive operation, which the description aligns with by implying creation ('Add'). However, the description adds minimal behavioral context beyond annotations—it mentions 'Strategy determines the toolpath type' but doesn't cover error conditions, permissions, or side effects, leaving gaps in transparency.

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

Conciseness4/5

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

The description is a single, efficient sentence that front-loads the core purpose. It avoids redundancy and wastes no words, though it could be slightly more informative without losing conciseness.

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

Completeness3/5

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

Given the tool's complexity (10 parameters, no output schema) and moderate annotation coverage, the description is adequate but incomplete. It covers the basic purpose but lacks details on usage context, behavioral nuances, or output expectations, which are needed for a mutation tool with many parameters.

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

Parameters3/5

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

With 90% schema description coverage, the input schema already documents most parameters well. The description adds some value by explaining that 'Strategy determines the toolpath type', which clarifies the 'strategy' parameter's role, but it doesn't provide additional semantics for other parameters beyond what's in the schema.

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

Purpose4/5

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

The description clearly states the action ('Add a machining operation to a setup') and resource ('machining operation'), distinguishing it from sibling tools like 'cam_create_setup' or 'cam_list_operations'. However, it doesn't explicitly differentiate from other CAM-related tools beyond the strategy mention, which is why it's not a 5.

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?

The description provides no guidance on when to use this tool versus alternatives, such as 'cam_generate_toolpath' or 'cam_post_process', nor does it mention prerequisites like needing an existing setup. It only states what the tool does, not when to apply it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/faust-machines/fusion360-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server