Skip to main content
Glama

apply_all_modifiers

Bake the entire modifier stack to finalize geometry. Irreversible: save a checkpoint first.

Instructions

Bake the whole modifier stack, in order. IRREVERSIBLE -- checkpoint first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
force_multi_userNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the safety burden and discharges it well by flagging the operation as IRREVERSIBLE and advising a checkpoint. It also notes ordering behavior. It does not spell out that baked modifiers are removed from the stack, but the warning is sufficient context for a destructive operation.

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 terse sentences front-load the operation and the critical danger. Every word contributes, with no repetition of schema or annotation data.

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?

The destructive nature is flagged, but an irreversible tool with no output schema and an undocumented 'force_multi_user' parameter needs more context about what object is affected, what baking entails, and what the result is. The description is not complete enough for safe autonomous use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds nothing about the two parameters. 'name' is not identified as the target object, and 'force_multi_user' is entirely unexplained.

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 uses a specific verb ('bake') and a specific resource ('the whole modifier stack, in order'), which clearly distinguishes it from the single-modifier sibling apply_modifier and the modifier management tools. The scope is unambiguous.

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 'whole modifier stack' implies use when all modifiers should be applied; the IRREVERSIBLE warning and 'checkpoint first' instruction give actionable preconditions. It stops short of explicitly contrasting with apply_modifier or saying when not to use 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