Skip to main content
Glama
vandurmedries

print-advisor-mcp

fits_on_printer

Check if a 3D part fits on a printer's build plate by entering width, depth, and height. Accounts for 45° in-plane rotation and can verify fit for any supported printer.

Instructions

Controleer of een onderdeel op het bouwbed van een printer past.

Houdt rekening met draaien over 45° in het vlak, wat vaak net het verschil maakt.

Args: breedte_mm: breedte in mm diepte_mm: diepte in mm hoogte_mm: hoogte in mm printer: printernaam, bijvoorbeeld "bambu p2s" of "prusa mk4". Leeg laten controleert alle bekende printers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printerNo
diepte_mmYes
hoogte_mmYes
breedte_mmYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It meaningfully discloses that 45° rotation is considered and that an empty printer value scans all known printers. It does not go into edge cases like invalid printer names, but the output schema likely covers return expectations.

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?

The description is compact and front-loaded: purpose first, then a valuable behavioral note, then a terse parameter list. Every sentence earns its place without unnecessary filler.

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

Completeness4/5

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

For a fit-check tool with an output schema, the description covers the essential inputs, units, rotation behavior, and printer selection behavior. It could be slightly stronger with explicit guidance on choosing between this tool and its siblings, but nothing an agent needs to invoke it correctly is missing.

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

Parameters5/5

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

Schema description coverage is 0%, but the description documents all four parameters with units, examples, and default behavior. Each dimension is explained as 'in mm', and printer is illustrated with concrete names plus the all-printers default.

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 opens with a specific verb and resource: checking whether a part fits on a printer build plate. It also adds a distinctive detail (45° in-plane rotation), which clearly separates it from the sibling tools material_guide and print_estimate.

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 intended use is implied through the description and parameter documentation, especially the note that leaving printer empty checks all known printers. However, it does not explicitly contrast this tool with material_guide or print_estimate, nor does it state when not to use it.

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/vandurmedries/print-advisor-mcp'

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