Skip to main content
Glama

catia_set_render_style

Change the display of a 3D model to shaded, wireframe, or other render styles. Select a style to update the view in CATIA V5.

Instructions

Change how the model is drawn: shaded, shaded with edges, wireframe, or a few CATIA variants. Falls back to the interactive command when the release does not expose the property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoshaded | shaded_with_edges | wireframe | hidden_line_removal | shaded_with_material.shaded_with_edges

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already indicate this is a mutating operation (readOnlyHint false, destructiveHint false). The description adds value by specifying the behavior: it changes the drawing style and, critically, falls back to the interactive command when the property is not exposed. This fallback is a behavioral trait not captured in annotations, providing extra context about robustness and failure mode.

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 two sentences, front-loaded with the core purpose and options, followed by a concise fallback note. No wasted words, efficient and easy to parse. The structure is ideal for an agent scanning multiple tools.

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

Completeness5/5

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

For a simple setter with one parameter and no output schema, the description covers the essential context: what it does, the options, and a fallback behavior. Annotations cover safety. Nothing an agent needs to invoke it correctly is missing. The fallback note addresses potential environment variability, making it complete for the tool's complexity.

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% – the parameter 'style' is fully documented with valid values. The description adds a high-level summary of those values ('shaded, shaded with edges, wireframe, or a few CATIA variants') but does not go beyond the schema. It reinforces the list but adds no new semantic detail, so baseline 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 tool's purpose: 'Change how the model is drawn' – a specific verb and resource. It enumerates the style options (shaded, shaded with edges, wireframe, CATIA variants), making it unambiguous what the tool does. It stands apart from sibling tools like catia_set_view or catia_fit_all because it specifically targets render style.

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 when to use it (to change visual representation) but provides no explicit alternatives or when-not-to-use guidance. It does mention a fallback to the interactive command, which is a usage nuance but not about selecting this tool over siblings. Lacks explicit routing compared to tools like catia_get_calls that name alternatives.

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