Skip to main content
Glama

thicken_surface

Convert a surface body into a solid by adding controlled thickness, with symmetric, positive, or negative direction options.

Instructions

Thicken a surface body into a solid body by adding thickness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
body_nameYesName of the surface body to thicken.
thicknessYesThickness in mm.
directionNoThicken direction: 'symmetric', 'positive', 'negative'.symmetric
operationNoBoolean operation: 'new_body', 'join'.new_body
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It does not explain what happens with negative thickness, direction semantics relative to surface normals, or behavior when body_name is missing.

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?

Single sentence of 11 words, front-loaded with purpose. No redundant information.

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?

Lacks details on return values, error handling, prerequisites (e.g., surface must be selectable), and post-conditions. Incomplete for a tool with 4 parameters and no output schema.

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?

Schema coverage is 100%, so the description adds minimal value beyond parameter names and types. It provides context ('Thicken a surface body into a solid body') but no additional details on parameter interaction or constraints.

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 action (thicken), the input (surface body), and the result (solid body). It effectively distinguishes the tool from siblings like extrude or revolve, which operate on sketches rather than surfaces.

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 on when to use this tool versus alternatives like offset_surface or patch_surface. Implicit context is provided but lacks explicit when-not-to-use or prerequisites.

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