Skip to main content
Glama
vino3dx
by vino3dx

bake_get_settings

Read-only

Retrieve current global bake output settings—folder, size, format, padding, template—to confirm configuration before baking.

Instructions

返回烘焙的当前全局输出设置(文件夹、尺寸、格式、填充、模板)。 [English] Return the current global bake output settings (folder, size, format, padding, template).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

ReadOnlyHint and destructiveHint already cover the safety profile. The description adds meaningful context by stating the settings are 'global' and enumerating folder, size, format, padding, and template, which clarifies scope and content beyond the annotations.

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?

The description is compact, front-loaded with the action word, and contains no filler. The bilingual repetition is purposeful and the parenthetical field list is efficient.

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 zero-parameter read-only getter without an output schema, the description adequately identifies what will be returned. It does not specify value types or default behavior, but that is a minor gap given the tool's simplicity and the readOnly annotation.

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

Parameters4/5

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

The tool has zero parameters, so parameter descriptions are unnecessary. The description still adds value by naming the domains covered by the returned settings, matching the baseline for a parameterless tool.

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 ('Return') and a specific resource ('current global bake output settings'), and it enumerates the included fields. This clearly identifies the tool as a getter and distinguishes it from sibling setters like bake_set_output.

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 getter semantics imply the tool should be used when you need to read current bake output settings, but there is no explicit when-to-use guidance or mention of alternatives such as bake_set_output. This is adequate but relies on inference.

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