Skip to main content
Glama
Mfrostbutter

fusion-cad-mcp

by Mfrostbutter

add_arc

Create an arc in a Fusion 360 sketch using three-point, center-start-end, or center-start-sweep definitions. Specify the appropriate points or sweep angle to add the arc.

Instructions

Add an arc. kind in {3pt, center_start_end, center_start_sweep}. 3pt: p1, p2, p3. center_start_end: center, start, end. center_start_sweep: center, start, sweep_radians (positive = CCW).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
p1No
p2No
p3No
endNo
kindYes
startNo
centerNo
sketchYes
sweep_radiansNo
Behavior2/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. It does not disclose any side effects, such as whether the arc is added to the sketch permanently, whether the sketch must be active, or what happens on failure. This is a significant gap for a mutating tool.

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 concise and well-structured: first a one-liner, then a compact list of kinds and their parameters. Every sentence provides necessary information with no fluff.

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?

The description covers the main semantic aspects of the parameters and kinds, but because there is no output schema or annotations, it omits behavioral details (e.g., return value, side effects). For a tool with 9 params and varied kinds, it's adequate but not fully complete.

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

Parameters4/5

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

The description adds significant semantic meaning beyond the bare schema: it explains the three kinds and which parameters are used for each, and notes the meaning of sweep_radians (positive = CCW). The schema has 0% coverage, so this compensation is essential.

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 verb 'Add' and the resource 'arc', with specific kinds and parameters for each. It distinguishes from siblings by specifying arc-specific parameters, though it doesn't explicitly differentiate from other add_* tools.

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 description implies usage by listing kinds and required parameters, but doesn't explicitly say when to use this tool vs alternatives like add_circle or add_spline. It provides enough context for selection but lacks explicit 'when not to use' guidance.

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