Skip to main content
Glama
ShreddyKrueger75

OrcaSlicer MCP

analyze_gcode

Parse Orca-sliced G-code files to extract print time, filament consumption, layer count, commanded temperatures, bed type, and slicer profile names.

Instructions

Parse an Orca-sliced G-code file: print time, filament use, layer count, the actual commanded temperatures (M109/M190), bed type, and profile names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gcode_pathYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It lists extracted data but does not mention that analysis is read-only, potential side effects, authorization needs, or failure modes.

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

Conciseness4/5

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

The description is a single sentence with a list, very concise and front-loaded. Slight room for improved structure (e.g., bullet points) but overall efficient.

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

Completeness3/5

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

Given one parameter and no output schema, the description lists extracted data adequately but omits error conditions, performance, or safety considerations. It is adequate but not fully complete.

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

Parameters2/5

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

The single parameter 'gcode_path' has no schema description (0% coverage). The description implies it's a path to an Orca-sliced G-code file but does not specify format, constraints, or error handling, adding minimal value beyond the parameter name.

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?

The description clearly states the tool parses an Orca-sliced G-code file and lists specific extracted data (print time, filament use, layer count, temperatures, bed type, profile names). This distinguishes it from sibling tools like slice_model or print_control.

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

Usage Guidelines3/5

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

The description implies the tool is for analyzing existing G-code files but does not explicitly state when to use it vs alternatives or provide prerequisites or exclusions.

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/ShreddyKrueger75/claude-orcaslicer-mcp'

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