Skip to main content
Glama
SmartAI

Fusion Agent Harness MCP Server

Official
by SmartAI

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

All six tools have clearly distinct purposes: creating shapes (box, cylinder), grouping components, exporting, measuring, and shelling. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., create_box, export_design), making them predictable and easy to understand.

Tool Count5/5

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.

Completeness3/5

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.

Maintenance

ActivityMaintained
ResponsivenessSyncing