Skip to main content
Glama
maximedns5

freecad-mcp

by maximedns5

chamfer

Bevel selected edges of a solid feature in FreeCAD by specifying the document, body, feature, edges, and size.

Instructions

Bevel edges of a solid feature (PartDesign::Chamfer).

base_feature MUST be a solid feature, never a sketch — see fillet's
docstring for why.

Args:
    doc_name: The name of the document.
    body_name: The name of the PartDesign::Body.
    name: The name to give the new Chamfer feature.
    base_feature: The solid feature whose edges to bevel.
    edges: Edge names on base_feature's shape (e.g. ["Edge3", "Edge7"]).
    size: Chamfer size in mm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
sizeYes
edgesYes
doc_nameYes
body_nameYes
base_featureYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions a critical prerequisite (base_feature must be solid) but does not detail side effects, error conditions, or return behavior. The output schema may cover return values, but other behavioral traits are partially revealed.

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 efficient, front-loaded with purpose, and structured with a clear Args list. The cross-reference to fillet's docstring is a useful pointer without bloating the text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero schema descriptions and a 6-parameter tool, the description provides complete parameter explanations and a key constraint. The output schema likely covers return values, so the description adequately covers all necessary context.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args section thoroughly explains each parameter, including examples for 'edges' ('Edge3', 'Edge7') and units for 'size' ('in mm'). This fully compensates for the schema's lack of descriptions.

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 'Bevel edges of a solid feature (PartDesign::Chamfer)', using a specific verb ('Bevel') and resource ('solid feature'). It also references the PartDesign::Chamfer feature, distinguishing it from siblings like fillet.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly warns 'base_feature MUST be a solid feature, never a sketch' and points to fillet's docstring for further reasoning. This provides clear when-not-to-use guidance, though it does not fully enumerate alternatives beyond the fillet cross-reference.

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/maximedns5/freecad-mcp'

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