Skip to main content
Glama

get_slicer_profile

Retrieve a full bundled slicer profile for any printer model, including INI settings and recommended slicer. Free profiles available for common printers.

Instructions

Get the full bundled slicer profile for a printer model.

        Returns all INI settings (layer height, speeds, temps, retraction, etc.)
        and the recommended slicer.  Free-tier profiles (default, ender3,
        prusa_mk3s, klipper_generic) are available to all users.  Premium
        profiles require a Kiln Pro license.

        Args:
            printer_id: Printer model identifier (e.g. ``"ender3"``,
                ``"bambu_x1c"``, ``"creality_k1_max"``).
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printer_idYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It does not explicitly state that this is a read-only operation with no side effects, nor does it mention authentication needs or rate limits. The licensing info hints at access control but is insufficient.

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 concise with a clear front-loaded purpose, followed by return details and licensing notes. The args block is somewhat verbose but acceptable. No redundant sentences; every part contributes value.

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?

Covers the tool's purpose, return content, and licensing, but lacks description of the return format (e.g., JSON structure) and does not differentiate from many sibling slicer tools. With no output schema, this is a notable gap for an AI agent needing to interpret results.

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?

The schema has 0% description coverage for the single parameter 'printer_id'. The description compensates by providing example values (e.g., 'ender3'), which adds practical guidance but does not clarify format or constraints beyond examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Get the full bundled slicer profile for a printer model' with clear verb and resource. It distinguishes from siblings by emphasizing 'full bundled' but does not explicitly contrast with related tools like 'get_material_slicing_profile' or 'list_slicer_profiles'.

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?

Mentions free-tier vs. premium profile availability based on license, providing context for when this tool is usable. However, it does not specify when to avoid using it or suggest alternative tools, leaving room for ambiguity.

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/codeofaxel/kiln'

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