Skip to main content
Glama

apply_modifier

Destructive

Apply a modifier to an object, permanently baking its effect into the mesh geometry. Requires Object Mode; this action cannot be undone.

Instructions

Apply a modifier, baking it into the mesh. Requires Object Mode. Irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectYes
modifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0+hardened.2

TDQS

A4.1/5.0
Behavior4/5

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

The annotation destructiveHint already signals destructive behavior, and the description reinforces this with 'Irreversible' and 'baking it into the mesh.' It also adds the Object Mode requirement, which is useful beyond the annotation.

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?

Two short sentences with no filler. The action, prerequisite, and consequence are all stated clearly and efficiently.

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

Completeness4/5

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

For a simple two-parameter action with an output schema and a destructive annotation, the description provides enough context: what happens, the required mode, and irreversibility. It could mention error cases, but they are not essential for correct basic invocation.

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 0%, and the description provides no extra meaning for 'object' or 'modifier.' It does not clarify whether these are names, IDs, or references, leaving the agent to infer from context.

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?

States a specific verb ('apply') and resource ('modifier'), clarifying that it bakes the modifier into the mesh. This clearly distinguishes it from sibling tools like add_modifier or remove_modifier.

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?

Provides a clear prerequisite: 'Requires Object Mode.' It does not explicitly mention alternative tools or when not to use it, but the context is sufficient for most use cases.

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