Skip to main content
Glama
ab7646

fusion-reconstruct-mcp

by ab7646

fusion_sketch_add_line

Add a straight line segment to a sketch at specified millimeter coordinates, enabling the creation of editable features for reconstructing Fusion 360 models from mesh or photo inputs.

Instructions

Add a straight line segment to a sketch, in the sketch's own mm coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x1Yes
x2Yes
y1Yes
y2Yes
sketch_idYes
Behavior3/5

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

With no annotations, the description carries the full burden. It adds one useful behavioral detail—coordinates are in the sketch's own mm space—but it does not disclose side effects, whether an existing editable sketch is required, or what is returned on success.

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?

A single, front-loaded sentence with no filler. Every phrase earns its place.

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?

For a mutation tool with no annotations and no output schema, this is too thin: it leaves parameter semantics, return behavior, and prerequisites unstated. The coordinate-frame note is helpful but does not make the description complete enough for safe invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only says 'line segment' and 'mm coordinates.' It never explicitly maps x1/y1/x2/y2 to endpoints or explains sketch_id.

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 uses a specific verb and resource ('Add a straight line segment to a sketch') and adds coordinate-frame scope ('in the sketch's own mm coordinates'). This clearly differentiates it from sibling tools like fusion_sketch_add_circle or fusion_sketch_add_rectangle.

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 when-to-use or when-not-to-use guidance or named alternatives. The phrase 'straight line segment' only implies it is the right tool for lines rather than arcs, circles, or rectangles.

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/ab7646/fusion-reconstruct-mcp'

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