Skip to main content
Glama

add_solidify

Give a flat surface real thickness by adding a Solidify modifier, with adjustable offset, thickness, and rim settings.

Instructions

Add a Solidify modifier to give a flat surface real thickness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
offsetNo-1 grows inward, 0 both ways, 1 outward
use_rimNo
thicknessNoShell thickness in units
modifier_nameNo
use_even_offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure; it does state that the operation adds a modifier and produces a thickness effect, which makes the mutating behavior explicit. However, it does not mention target-object requirements, whether repeated calls stack modifiers, or any side effects on the modifier stack, leaving the disclosure only at a basic level.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler and it is front-loaded with the tool's action. It is slightly under-sized relative to the six parameters and the lack of annotations, but it is not redundant.

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 six parameters, no output schema, and no annotations, one sentence is insufficient. It omits how the 'name' parameter identifies the target object, how offset direction works, modifier naming behavior, and which options are safe defaults for common use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, so the description needed to compensate for the undocumented parameters. It adds no meaning for offset, use_rim, modifier_name, or use_even_offset; even the word 'thickness' is a loose restatement of the thickness parameter rather than a semantic explanation.

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 states a specific action ('Add'), a precise resource ('Solidify modifier'), and the intended outcome ('give a flat surface real thickness'). This clearly differentiates the tool from sibling modifiers like add_bevel or add_subdivision without needing to open the schema.

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

Usage Guidelines4/5

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

The phrase 'to give a flat surface real thickness' provides a clear context for when this tool should be chosen. It does not explicitly compare against add_modifier or other modifier tools, but the dedicated purpose is obvious enough that an agent can route to it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools