Skip to main content
Glama
MichaelGagnon13

cura-mcp

slice

Convert STL 3D models into ready-to-print G-code with CuraEngine. Supports multiple files, custom printer profiles, and setting overrides.

Instructions

Tranche un ou plusieurs fichiers STL en gcode prêt à imprimer, avec CuraEngine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settingsNooverrides de réglages Cura (ex. {"layer_height":0.16,"infill_sparse_density":30, "wall_line_count":5,"material_print_temperature":210,"adhesion_type":"raft"}). Fusionnés PAR-DESSUS le profil imprimante.
stl_pathsYeschemins absolus des STL à trancher (plusieurs = arrangés sur le plateau).
printer_idNoprofil d'imprimante (voir list_printers). Défaut "creasee340".creasee340
output_gcodeNochemin de sortie du .gcode. Défaut = à côté du 1er STL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, and description does not disclose side effects (e.g., file creation/destruction), permissions needed, or performance implications. Barely covers basic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single 15-word sentence front-loaded with verb. Every word earns its place; no unnecessary text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having output schema and rich parameter descriptions, the description lacks behavioral and usage context. For a tool that creates files, it omits that the .gcode is saved to disk and under what conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. Description adds no additional parameter context beyond what schema already provides (e.g., settings, stl_paths).

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?

Description clearly states verb 'Tranche' (slices) and resource 'fichiers STL en gcode prêt à imprimer', with context 'avec CuraEngine'. This is specific and distinguishes the tool's primary function from siblings like cura_arrange or list_printers.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like cura_slice or cura_arrange. Missing prerequisites or exclusions, e.g., that input files must exist on disk.

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/MichaelGagnon13/cura-mcp'

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