Skip to main content
Glama
vandurmedries

print-advisor-mcp

material_guide

Choose the correct 3D-print material based on your application. Enter a use case like outdoor, heat-resistant, flexible, strong, budget, or food-safe, or leave empty for the full table.

Instructions

Kies het juiste 3D-printmateriaal voor een toepassing.

Args: toepassing: waar het onderdeel voor dient, bijvoorbeeld "buiten", "hittebestendig", "flexibel", "sterk", "goedkoop", "voedsel". Leeg laten geeft de volledige tabel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toepassingNo

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/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It discloses the main lookup behavior and adds a specific behavioral detail (empty input returns the full table), but it does not say how unknown or invalid toepassing values are handled or whether the result is filtered versus scored.

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 one clear purpose line followed by a compact Args block. It has no filler and front-loads the main purpose before parameter details.

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 single-optional-parameter material guide with an output schema, the description covers the core behavior and parameter semantics. It does not mention the sibling tools, but the tool is simple enough that the selection context is clear from the purpose and examples.

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

Parameters4/5

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

The input schema provides only a name and default with no description, so the description must compensate. It defines toepassing as the part's purpose, lists six concrete example values, and explains that leaving it blank returns the full table, which is sufficient semantic guidance for a single optional parameter.

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 concrete imperative ('Kies') naming the resource ('het juiste 3D-printmateriaal') and the selection criterion ('voor een toepassing'). Examples of application types make the tool's purpose unambiguous and clearly distinguish it from sibling tools focused on printer fit and print estimation.

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 gives concrete example applications and explicitly states the empty-input behavior, so an agent can infer when to use it. However, it does not explicitly contrast this tool with fits_on_printer or print_estimate, nor 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