Skip to main content
Glama
Mfrostbutter

fusion-cad-mcp

by Mfrostbutter

project_to_sketch

Projects selected body entities onto a named sketch to create reference geometry for cut-extrudes. Use entity handles to link existing bodies directly into sketch profiles.

Instructions

Project entities (by handle) onto a named sketch. Useful for cut-extrudes that reference body geometry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sketchYes
entity_handlesYes
Behavior3/5

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

Since no annotations are provided, the description carries the full burden. It implies a mutating operation (projection) but does not disclose side effects such as whether existing sketch geometry is modified, whether the projection is associative, or whether it requires specific permissions. It adds some context (the relation to body geometry) but lacks detail on side effects or prerequisites.

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 sentence (plus a short sentence for usage context), front-loaded with the primary purpose. It is concise and contains no fluff; every word adds value.

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

Completeness3/5

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

The tool has only 2 parameters and no annotations or output schema, so the complexity is moderate. The description covers the core purpose and a common use case, but it omits details like whether the projection is associative or how it affects existing geometry. It is adequate but not comprehensive for a tool that likely mutates sketch geometry.

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?

With schema description coverage at 0%, the description must compensate. It clarifies that 'entity_handles' refer to entities to be projected and 'sketch' is the target sketch, but it does not explain the format of entity_handles (e.g., comma-separated, list) or any constraints. It adds minimal meaning beyond the parameter names, so it barely meets the baseline.

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 ('Project entities... onto a named sketch') and the resource ('sketch'), with an example use case ('cut-extrudes'). It implies the tool operates on existing sketch and entities, distinguishing it from creation tools like 'create_sketch' or 'add_line'. However, it does not explicitly name a sibling alternative, so it doesn't fully differentiate within the context.

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 provides a clear context ('Useful for cut-extrudes that reference body geometry') but does not explicitly state when not to use it or mention alternative tools. It lacks explicit exclusions, so while the use case is helpful, it does not guide the agent on when to avoid this tool.

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