Skip to main content
Glama
yixuanzhong

PLAXIS-MCP

by yixuanzhong

create_material

Destructive

Create a material set in PLAXIS 2D, optionally supplying properties for immediate use. Omit properties to create a placeholder. Identification renames the material for later reference.

Instructions

Create a material set.

Omit properties to create a placeholder material that cannot be used to calculate until edited; provide a property/value map (matching PLAXIS's own property names, e.g. "SoilModel", "gammaUnsat") to create a usable material in one call. Property names are checked against the names PLAXIS 2D V22 exposes for that kind and are case-sensitive.

"Identification" renames the material: after create_material(kind="soil", properties={"Identification": "SZ"}), the object's path is "SZ", and that is what every later call -- assign_material included -- must use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
propertiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate destructiveHint=true, and the description does not contradict that. It adds valuable behavioral context beyond annotations: property names are validated against PLAXIS 2D V22 and are case-sensitive, and 'Identification' renames the material's path for all future operations.

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 front-loaded with the core purpose and then provides necessary detail. Some redundancy exists between the parenthetical example and the later sentence about PLAXIS property names, but overall it is compact and information-dense.

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 2-parameter tool with an output schema, this description covers all the necessary usage context: placeholder vs. fully specified creation, property name validation, case-sensitivity, and the 'Identification' renaming side-effect that affects future calls. No critical gaps remain.

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?

With 0% schema coverage, the description compensates well: it explains the 'properties' parameter shape, acceptable value types, name matching, case sensitivity, and the special 'Identification' behavior. The 'kind' parameter is left to the schema enum, which is sufficient given its simplicity.

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 begins with 'Create a material set' and clearly distinguishes creation from usage by explaining placeholder versus usable materials. It also ties to sibling tools by noting that later calls like assign_material must use the resulting path.

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

Usage Guidelines4/5

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

It provides clear guidance on when to omit properties vs. provide a full property map, and explains the consequence of using 'Identification' for later calls. It does not explicitly mention alternative tools, but the context strongly implies this is the material creation step.

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/yixuanzhong/PLAXIS-MCP'

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