Skip to main content
Glama
moldsim
by moldsim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_simulation_knowledgeA

Search injection molding simulation knowledge base. Covers troubleshooting (defects, simulation issues), DFM rules, mesh guidelines, and process parameter recommendations. Use for general questions about molding, simulation setup, or problem-solving.

get_material_propertiesA

Look up material properties for injection molding simulation. Returns Cross-WLF viscosity model, 2-domain Tait PVT, thermal properties, processing window, and mechanical data. Available materials: abs-generic, pp-homo, pp-copo, pa6, pa66, pa66-gf30, pc, pc-abs, pom, hdpe, ldpe, pmma, pbt, pbt-gf30, pet, ps, hips, tpu, san, asa, ppe-ps

validate_process_parametersA

Validate injection molding process parameters against material processing window. Checks melt/mold temperature, estimates shear rate, calculates cooling time, and flags out-of-range values with suggestions.

generate_simulation_specB

Generate a structured simulation specification from a natural language description of the part and requirements. Outputs analysis types, process conditions, mesh recommendations, and expected results.

compare_materialsA

Compare 2-4 materials side-by-side. Returns a table of processing, thermal, and mechanical properties with key differences highlighted. Available materials: abs-generic, pp-homo, pp-copo, pa6, pa66, pa66-gf30, pc, pc-abs, pom, hdpe, ldpe, pmma, pbt, pbt-gf30, pet, ps, hips, tpu, san, asa, ppe-ps

generate_dfm_checklistA

Generate a Design for Manufacturability (DFM) checklist for an injection molded part. Returns pass/warn/fail status for 15+ design rules based on part description and parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool serves a distinct purpose with clear boundaries: material lookup vs. comparison, DFM checklist generation vs. simulation spec generation, knowledge querying, and process validation. No functional overlap exists.

Naming Consistency5/5

All six tools follow a consistent verb_noun snake_case pattern (compare_materials, generate_dfm_checklist, get_material_properties, etc.). Verb choices clearly indicate the action type (get vs. generate vs. validate vs. query).

Tool Count5/5

Six tools is an ideal count for this domain, covering the complete pre-simulation workflow: material selection, DFM validation, simulation setup, process validation, and knowledge support without bloat or redundancy.

Completeness4/5

Excellent coverage of injection molding preparation workflows including material data, DFM checks, and process validation. Minor gap in actual simulation execution or results analysis tools, though this may be out of scope for a specification/preparation server.

Maintenance

ActivityInactive
ResponsivenessNo issues