Fusion Agent Harness MCP Server
OfficialServer 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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_componentC | Create a named component to group bodies (e.g. 'water_tank'). |
| create_boxC | Create an axis-aligned solid box. origin_mm is the min corner. |
| create_cylinderC | Create a vertical solid cylinder. center_mm is the bottom-face center. |
| shell_bodyA | Hollow a body into an open-top vessel (removes the top face). |
| export_designB | Export the whole design to a file. Consequential: leaves the sandbox. |
| measure_bodyB | Measure a body: volume and bounding box in mm. |
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
All six tools have clearly distinct purposes: creating shapes (box, cylinder), grouping components, exporting, measuring, and shelling. No overlap or ambiguity.
All tool names follow a consistent verb_noun snake_case pattern (e.g., create_box, export_design), making them predictable and easy to understand.
With 6 tools, the set is well-scoped for a basic CAD-like server. Each tool serves a specific function without being too few or too many.
The toolset covers basic creation, grouping, measurement, and shelling, but lacks common operations like boolean operations, move/rotate, or more primitives (e.g., sphere), which could limit agent workflows.