Skip to main content
Glama
vino3dx
by vino3dx

bake_ao

Destructive

Bake ambient occlusion (AO) into a texture map for objects with UVW channels and shells. Specify size, format, and output folder to generate an AO map from current selection or listed objects.

Instructions

把环境光遮蔽(AO)烘焙成一张贴图。同 bake_texture 的要求:对象需有 UVW 通道与壳。 [English] Bake ambient occlusion (AO) into a single map. Same requirement as bake_texture: the objects need a UVW channel and a shell.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo贴图边长(像素),默认 512。 | Map edge size in pixels, default 512.
folderNo输出文件夹;省略用上次设置或渲染输出目录。 | Output folder; omit to use the last setting or render output folder.
formatNo贴图格式,默认 png。 | Map format, default png.
objectsNo对象名列表;省略则用当前选择。 | Object names; omit to use the current selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

The annotations already signal destructiveHint=true and readOnlyHint=false, so the description is not required to restate mutation risk. It adds context about object prerequisites, which is helpful beyond the structured data. It does not disclose overwrite behavior, file output location, or whether existing maps are replaced, but the destructive hint partially covers that gap.

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

Conciseness3/5

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

The text is short and front-loaded with purpose, but it duplicates the entire content in Chinese and English with a '[English]' marker. The bilingual duplication is not zero-waste for an AI agent, though it remains compact and readable.

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?

There is no output schema, so the description needs to explain what the tool returns or produces; it only says a map is baked, not the return format or path. It also sits among many bake_* siblings without explaining how it relates to bake_set_output or bake_objects, leaving the agent to infer workflow context.

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 description coverage is 100%, so the schema already documents size, folder, format, and objects. The description adds no extra meaning for these parameters and does not mention defaults or relationships between them. Per the calibration baseline, this is an adequate score when the schema carries the parameter documentation weight.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear, specific action: '把环境光遮蔽(AO)烘焙成一张贴图' and 'Bake ambient occlusion (AO) into a single map.' It clearly names the resource (AO map) and the verb (bake), and the mention of AO differentiates it from other bake_* siblings by map type. However, it does not explicitly contrast itself with bake_texture, bake_normals, or bake_lighting beyond the AO focus.

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

Usage Guidelines3/5

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

The description provides a concrete precondition: objects need a UVW channel and a shell, and it says this is the same requirement as bake_texture. This is useful context for when the tool can be invoked. But it does not explicitly say when to choose bake_ao over sibling baking tools, nor does it give when-not-to-use guidance.

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