Skip to main content
Glama
gnshb

salome-mcp

by gnshb

translate_object

Move a GEOM object by specifying dx, dy, dz components, translating it in place without duplicating the original.

Instructions

Translate a GEOM object in place by vector components (no new copy).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxYes
dyYes
dzYes
source_refYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It does disclose the key trait of in-place mutation ('no new copy'), which is useful, but it lacks details on coordinate systems, units, error conditions, or whether changes are reversible. This is adequate but not rich.

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 a single, front-loaded sentence with no wasted words. It effectively conveys the main purpose and key behavior in a compact form.

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?

For a tool with four required parameters and no annotations, the description is too sparse. It omits critical context such as the coordinate system for the translation vector, the meaning of source_ref, and any preconditions or side effects. While an output schema exists, the description itself does not provide enough context for a new user to invoke the tool correctly without further investigation.

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?

The description adds meaning by identifying dx, dy, dz as vector components, which is not evident from the bare schema titles (Dx, Dy, Dz). However, it does not explain the units or coordinate system, nor does it clarify that source_ref refers to the object to translate. With 0% schema description coverage, the description provides partial compensation.

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 action (translate), the resource (GEOM object), and the specifics (in place by vector components), distinguishing it from sibling tools like rotate_object and copy_object. The phrase 'in place' explicitly indicates mutation rather than creating a new copy.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives is provided. The description implies it is for translating objects, but does not mention exclusions (e.g., not for copying) or alternative tools for other transformations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gnshb/salome-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server