Skip to main content
Glama
gnshb

salome-mcp

by gnshb

explode_shape

Split a GEOM object into subshapes (e.g., faces) and optionally add them to the SALOME study for further use.

Instructions

Explode GEOM object to subshapes and optionally add them to study.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shape_refYes
add_to_studyNo
result_prefixNoExploded
subshape_typeNoFACE
sorted_centresNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects. It mentions adding subshapes to the study but does not state whether the original object is modified, whether new objects are created permanently, or what happens with different subshape_type values. This leaves significant behavioral ambiguity.

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

Conciseness4/5

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

The description is a single, concise sentence with no filler or redundancy, making it easy to parse. However, it is arguably too terse, omitting necessary details, but this overconciseness is better captured by completeness rather than conciseness.

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?

The tool has five parameters, no annotations, and an output schema that is not described in the text. The description leaves numerous questions unanswered, such as naming conventions via result_prefix, allowed subshape types, and the effect of sorted_centres, making it inadequate for the tool's complexity.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate for the five parameters, but it only hints at 'add them to study' for add_to_study. It does not explain result_prefix, subshape_type (e.g., valid values like FACE, EDGE), or sorted_centres, leaving the agent unable to correctly set these parameters.

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 uses the specific verb 'Explode' and identifies the resource as 'GEOM object' and the output as 'subshapes', clearly stating the core function. However, it does not explicitly distinguish this from sibling tools like list_subshapes, which also deal with subshapes, so it is clear but not fully differentiating.

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?

The description provides no guidance on when to use explode_shape versus alternatives such as list_subshapes, nor does it mention prerequisites like having a valid GEOM object. The only hint is 'optionally add them to study,' which implies a choice but does not specify appropriate use cases.

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