Skip to main content
Glama

create_sketch

Create a sketch on any plane: construction planes (XY, XZ, YZ), user-defined construction planes by index, or a planar face.

Instructions

Create a new sketch on a construction plane (XY, XZ, YZ), a user-created construction plane (by index), or a planar face (by 'face:{body_name}:{face_index}').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planeNoConstruction plane name: 'XY', 'XZ', or 'YZ'. Ignored if construction_plane_index or face_ref is provided.
construction_plane_indexNoIndex of a user-created construction plane (0-based). Overrides 'plane'.
face_refNoPlanar face reference: 'face:{body_name}:{face_index}'. Overrides 'plane' and 'construction_plane_index'.
component_nameNoOptional component name. Uses root component if not specified.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses plane precedence and parameter behavior but does not mention side effects, failure conditions, or that the sketch starts empty.

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, efficient sentence that front-loads the main purpose and includes necessary detail without wasted words.

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?

Given no annotations or output schema, the description covers parameter behavior but omits prerequisites (e.g., being in a design) and return value. It is adequate but not fully complete.

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?

The input schema has 100% description coverage, so baseline is 3. The description summarizes parameter behavior but adds no new meaning beyond what the schema already provides.

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 creates a new sketch on specified planes or faces. It uses specific verbs and resources, and distinguishes from drawing tools among siblings.

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 starting sketches but lacks explicit guidance on when not to use it (e.g., for drawing entities) or comparison with alternatives like draw_line.

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/mikan-atomoki/text-to-model'

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