cadesimu-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inspect_cad_textA | Parse CADe_SIMU text and return a non-destructive component summary. |
| roundtrip_cad_textB | Check whether the parser can reconstruct a CADe_SIMU document exactly. |
| known_type_codesA | Return observed CADe_SIMU component type-code mappings. |
| validation_statusA | Return the current manual validation state against CADe_SIMU. |
| generate_three_phase_power_circuitC | Generate the validated CADe_SIMU power side of a direct starter. |
| generate_direct_starter_with_controlC | Generate power + STOP/START control + KM1 self-hold. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
The tools are mostly distinct: generation, inspection, roundtrip testing, type-code lookup, and validation status each have clear purposes. However, generate_direct_starter_with_control and generate_three_phase_power_circuit both generate starter-related circuits, so an agent could initially confuse which one to use for a full vs. power-only circuit.
The naming is readable and mostly descriptive, but it mixes verb-first patterns (generate_*, inspect_*, roundtrip_*) with noun/adjective phrases (known_type_codes, validation_status). The verb-first tools are consistent, while the two noun-phrase tools break the pattern.
Six tools is a reasonable, focused count for a specialized CADe_SIMU server. The count is appropriate, though the set is slightly narrow because it centers on direct-starter generation plus parser utilities rather than a broader range of circuit generation.
The server covers generation, inspection, roundtrip validation, and type-code lookup, which supports a parser-focused workflow. However, there are notable gaps: no tool for creating/editing arbitrary circuits, no update/delete operations, and no direct way to generate other common motor-control circuits beyond the direct starter.