Skip to main content
Glama

SimplyPrint: 3D Print Farm Management

list_spare_parts

Read-onlyIdempotent

List maintenance spare parts with stock level, low-stock threshold, SKU, category, cost and the printer models each part fits. Requires the Maintenance Inventory plan feature: without it this tool fails with an explicit "your account doesn't have access to this feature" error, so an empty list here always means the account genuinely has no matching parts. (get_maintenance_dashboard cannot tell you that — its low_stock_parts is silently [] both when the feature is missing and when stock is healthy.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based).
searchNoSubstring match over part name, SKU, description and category.
sort_idNoSort field; default name.
categoryNoExact spare-part category match.
sort_dirNoSort direction; default asc.
page_sizeNoParts per page, 1-100; default 25.
stock_statusNoFilter by derived stock state. low_stock means at or below the part's threshold but not yet zero.
printer_brandNoOnly parts that fit this printer brand.
printer_model_idsNoOnly parts that fit these printer models.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

The description adds valuable behavior beyond the annotations: feature gating, the exact error message, and the semantic difference between this tool's empty list and get_maintenance_dashboard's silent empty array. However, the unqualified claim 'an empty list here always means the account genuinely has no matching parts' is slightly overbroad because a page beyond the last result can also return an empty list even when parts exist. Still, no contradiction with the readOnly/idempotent/destructive annotations.

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 front-loaded with the tool's purpose and then delivers two key behavioral nuances in a parenthetical. It is slightly dense, but every sentence earns its place and there is no fluff. A 4 reflects that it is appropriately sized without being as terse as possible.

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?

Given the rich schema and annotations, the description covers the essential output fields and the most important gotcha (feature requirement and empty-list meaning). It does not mention the pagination edge case where a high page number can produce an empty list despite matching parts, which slightly weakens the otherwise strong empty-list guarantee. Overall it is nearly complete for a read-only filtered list tool.

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 input schema already documents all nine parameters with descriptions, so the baseline is 3. The description mentions output fields rather than clarifying any parameter semantics; it does not add information about how page, search, sort, or filters behave beyond the schema. Thus it stays at baseline.

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: "List maintenance spare parts" and goes on to enumerate the exact fields returned (stock level, low-stock threshold, SKU, category, cost, printer models). It also positions the tool against get_maintenance_dashboard by explaining what that sibling cannot do, so an agent can tell them apart.

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

Usage Guidelines5/5

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

The description explicitly states the Maintenance Inventory plan requirement and the failure mode, then uses it to define a reliable empty-list guarantee. It names get_maintenance_dashboard as the alternative that is not suitable for determining whether the account truly has no parts, giving clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.