Skip to main content
Glama

draw_spline

Draw a spline curve through specified [x,y] points in CAD. Supply coordinate pairs to generate a curved path for precise drafting.

Instructions

Smooth spline through the given points [[x,y],...].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNo0
pointsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses two meaningful behavioral traits: the spline passes exactly through the given points ('through') and is smooth rather than angular. However, with no annotations, it omits potentially important behavior like layer handling, whether the spline can be closed, or error conditions for invalid point counts.

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 short sentence with no extraneous words. It efficiently communicates the essential function and input format without repetition.

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 tool with no annotations, zero schema coverage, and an output schema that exists, the description omits important context such as layer behavior, return values, and constraints on the points array (e.g., minimum number of points). It is barely adequate for an expert and lacks completeness for autonomous agent use.

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 description clarifies the structure of the 'points' parameter as an array of [x,y] pairs, which is not explained in the schema. However, the 'layer' parameter is not mentioned at all, and since schema description coverage is 0%, the description only partially compensates for parameter meaning.

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 'Smooth spline through the given points' clearly identifies the tool's output as a spline entity that passes through points, distinguishing it from siblings like draw_polyline and draw_line. The mention of 'smooth' differentiates it from a polyline, and the point format is explicit.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool vs alternatives such as draw_polyline or draw_arc. There is no mention of use cases, prerequisites, or exclusions, leaving the agent without direction for tool selection.

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/Psalmustrack/lambdacad-mcp'

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