Skip to main content
Glama

Thicken Surface

thicken_surface

Convert surface bodies into solid 3D models by adding specified thickness in Autodesk Fusion 360 for CAD automation.

Instructions

Thicken a surface body into a solid

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
body_nameYes
thicknessYesThickness (cm)
directionNosymmetric
Behavior3/5

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

Annotations indicate this is a non-read-only, non-idempotent, non-destructive operation, which the description aligns with by implying a creation action ('into a solid'). However, the description adds minimal behavioral context beyond annotations—it doesn't specify if the operation modifies the original surface or creates a new body, or any error conditions like invalid inputs.

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 a single, direct sentence with no wasted words, making it highly concise and front-loaded. It efficiently communicates the core action without unnecessary elaboration.

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 complexity of a 3D modeling operation with 3 parameters, low schema coverage (33%), no output schema, and annotations that only cover basic hints, the description is inadequate. It lacks details on input validation, output format, error handling, or how it integrates with sibling tools, leaving significant gaps for an AI agent.

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?

Schema description coverage is 33% (only 'thickness' has a description), and the description does not compensate by explaining parameters like 'body_name' or 'direction'. It implies 'thickness' but doesn't add meaning beyond the schema's numeric constraint and unit. With low coverage, the description falls short of fully clarifying parameter roles.

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 ('Thicken') and the target ('a surface body into a solid'), making the purpose immediately understandable. However, it does not explicitly differentiate this tool from other modeling operations like 'extrude' or 'shell', which could also create solids from surfaces, leaving room for sibling confusion.

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 like 'extrude' or 'shell', nor does it mention prerequisites such as needing an existing surface body. It simply states what the tool does without contextual usage information.

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