Skip to main content
Glama
Mfrostbutter

fusion-cad-mcp

by Mfrostbutter

pattern_circular

Create circular patterns of features or bodies around a specified axis with control over count and total angle.

Instructions

Circular pattern around an axis. axis: x | y | z | .

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNoz
nameNo
countNo
total_angleNo360 deg
feature_or_bodyYes
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 only mentions the axis options and does not disclose side effects (e.g., modifying the model), requirements (e.g., needing an existing feature), or behavior around invalid inputs like count or total_angle.

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, front-loaded with the core purpose and axis options. It is appropriately short though it omits useful details, but it earns a high score for brevity and clarity.

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 5-parameter tool with no output schema and no annotations, the description is significantly incomplete. It fails to explain the required 'feature_or_body' parameter or the effect of 'count' and 'total_angle', leaving the agent uncertain about how to invoke the tool correctly.

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%, and the description only explains the 'axis' parameter with its allowed values. It does not clarify 'count', 'total_angle', 'feature_or_body', or 'name', leaving most parameters semantically unexplained.

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 clearly states it creates a circular pattern around an axis, specifying the axis options (x|y|z|<construction_axis_name>). This is a specific verb+resource and distinguishes from sibling pattern_rectangular.

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 for circular patterns but does not explicitly state when to use this over alternatives (e.g., pattern_rectangular) or provide exclusions. The axis specification gives some context but lacks guidance on prerequisites or conditions.

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