Skip to main content
Glama

catia_set_background_color

Idempotent

Change the 3D viewer background color to improve screenshot legibility. Specify red, green, and blue values from 0 to 1.

Instructions

Set the 3D viewer's background colour. A white background gives much more legible screenshots than CATIA's default gradient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
redNoRed, 0 to 1.
blueNoBlue, 0 to 1.
greenNoGreen, 0 to 1.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.6/5.0
Behavior2/5

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

Annotations already provide idempotentHint=true and destructiveHint=false, but the description adds no behavioral context beyond restating the operation. It doesn't clarify whether the setting applies to the active viewer only, all windows, or persists across sessions.

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 redundancy. The main action is front-loaded, and the second sentence adds a practical tip that is directly relevant to a common use case.

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 setter with fully documented parameters and helpful annotations, the description is mostly complete. It lacks explicit scope details (e.g., which viewer is affected), but this is inferable and the screenshot advice provides useful 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%, with each parameter documented as a number from 0 to 1. The description adds no parameter-level information, so the baseline of 3 applies.

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 clearly states the verb 'set' and the specific resource '3D viewer's background colour'. It is distinguishable from sibling tools like catia_set_render_style and catia_screenshot by naming the exact resource being modified.

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 implies a usage context ('A white background gives much more legible screenshots') but does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or comparisons with sibling tools.

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