Skip to main content
Glama
Mfrostbutter

fusion-cad-mcp

by Mfrostbutter

unground_component

Clear the ground flag on a component occurrence to enable free movement in Autodesk Fusion 360.

Instructions

Clear the ground flag on an occurrence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral aspects. It indicates a mutation (clearing a flag) but does not mention potential side effects, whether the operation is idempotent, what happens if the component is already ungrounded, or any required permissions. The description is too sparse to be behaviorally transparent.

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, direct sentence that gets to the point without unnecessary words. It is front-loaded and efficiently conveys the core action, though it may be too minimal to fully cover other dimensions.

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 simplicity (one parameter, no output schema, no annotations), the description is minimum viable. It states the action but omits critical context such as what constitutes an 'occurrence,' any assumptions about the model state, and potential error cases. For a mutation with no structured metadata, this is a noticeable gap.

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 does not explain the parameter 'name' at all. There is no added meaning beyond the schema's type definition, so the description fails to compensate for the 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 'Clear the ground flag on an occurrence.' clearly states a specific action (clear), a target (ground flag), and a subject (occurrence). It distinguishes itself from the sibling ground_component by describing the inverse operation, making the purpose unambiguous.

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?

There is no explicit guidance on when to use this tool versus alternatives. The name and description imply it is for ungrounding components, and the sibling ground_component suggests this is the counterpart, but no context is given about typical usage scenarios or when not to use 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/Mfrostbutter/fusion-cad-mcp'

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