Skip to main content
Glama
mario-2015

FreeCAD MCP Connector

by mario-2015

insert_part_from_library

Insert a part from the FreeCAD parts library into the active document using its relative path. Optionally capture a screenshot of the inserted part.

Instructions

Insert a part from the parts library addon.

Args: relative_path: The relative path of the part to insert. include_screenshot: Whether to return a screenshot of the model (default True). Set to False to save tokens when visual feedback is not needed, e.g. for intermediate steps in a longer sequence of changes. view_name: The view orientation of the returned screenshot (default "Isometric"). Pick the view that best shows the change being made.

Returns: A message indicating the success or failure of the part insertion and a screenshot of the object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_nameNoIsometric
relative_pathYes
include_screenshotNo
Behavior4/5

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

With no annotations, the description takes on the full burden of behavioral disclosure. It explains that the tool returns a screenshot by default, and provides advice to set include_screenshot=False to save tokens for intermediate steps, which is useful behavioral context. It also clarifies the view_name parameter for selecting the best view. However, it does not explicitly mention that inserting a part modifies the current document, though this is strongly implied by 'insert'.

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 using an Args/Returns format. It front-loads the main purpose in the first sentence and each parameter description earns its place by adding useful guidance. There is no wasted text or repetition.

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?

Despite having no annotations or output schema, the description provides enough context for an agent to use the tool effectively: the action, all parameter details, return format, and practical tips on token usage and view selection. It is complete for a relatively simple insertion tool.

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?

The schema has 0% description coverage, so the description must fully explain the parameters. It does exactly that: relative_path is 'the relative path of the part to insert,' include_screenshot is explained with a concrete cost-saving rationale, and view_name is described with orientation defaults and guidance on choosing the best view. This adds significant meaning beyond the bare schema titles.

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 the tool's function: 'Insert a part from the parts library addon.' This uses a specific verb ('Insert') and resource ('part from the parts library addon'), which distinguishes it from sibling tools like create_object (which creates new objects from scratch) and get_parts_list (which lists parts).

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 context (for inserting parts from the library) but does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or alternative tools. It relies on the tool name and the mention of the 'parts library addon' to hint at its niche, but lacks explicit 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/mario-2015/freecad-mcp-connector-for-claude-desktop'

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