Skip to main content
Glama
Dawn-Of-Justice

Fusion Native MCP

fusion_cam_inventory

Retrieve CAM setups, operations, errors, toolpath validity, and NC programs from an Autodesk Fusion document to validate toolpaths and manage manufacturing data.

Instructions

Read CAM setups, operations, errors, toolpath validity and NC programs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations are null, so the description carries the full burden of behavioral disclosure. It only lists what is read (setups, operations, errors, toolpath validity, NC programs) but does not state whether this is a safe, non-mutating operation (though the verb 'Read' implies it), nor does it discuss limitations, return format, or any side effects. The lack of output schema and annotations leaves the agent uninformed about the tool's behavior beyond the surface.

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, concise sentence that front-loads the primary purpose. It is efficient with no fluff. However, it is slightly telegraphic; the list of items is clear but could use a brief note on context or usage.

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?

Given the large sibling set with many CAM tools, the description is incomplete. It does not explain the scope of the inventory (e.g., all setups in the document?), nor does it clarify how it differs from fusion_cam_tools or fusion_cam_parameters. For a read tool with no annotations and no output schema, more context is needed to help an agent decide when to call it and what to expect in return.

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?

There is only one parameter, document_id, and the schema provides no description beyond the name. The description does not add any detail about the parameter's meaning or format. With 0% schema coverage.boot, the description could have elaborated on what document_id refers to (e.g., a Fusion 360 document ID) but does not. A neutral score is given because the parameter is self-explanatory (it's a document identifier), but the description adds no extra value.

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 states a specific verb ('Read') and a clear resource ('CAM setups, operations, errors, toolpath validity and NC programs'). It clearly indicates a read operation on CAM inventory data. However, it does not explicitly distinguish from the many other CAM sibling tools like fusion_cam_tools or fusion_cam_parameters, which could overlap in scope.

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 gives no guidance on when to use this tool versus its many CAM siblings. It does not mention alternatives or conditions for selection, leaving the agent to infer that this is a comprehensive read tool. The sibling list includes several CAM-specific tools, but no exclusions or comparisons are provided.

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