Skip to main content
Glama

Knarb Makes 3D Printable Kits

Inspect a kit

get_kit
Read-onlyIdempotent

Get the exact contents, scale, formats, price, original print photo, known limitations and personal-use license for a released kit. Use an id from search_kits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context by listing what the response will contain and narrowing scope to released kits, though it does not mention not-found behavior or response shape.

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?

A single sentence that front-loads the returned data and ends with the required id source. Every word earns its place; there is no filler or restatement of annotations.

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 one-parameter, read-only, idempotent lookup tool with no output schema, the description is nearly complete: it says what to pass, where to get it, and what to expect back. The only missing piece is an explicit boundary against get_purchase_link, which is minor for correct invocation.

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?

Schema description coverage is 0%, so the description must compensate. It does by explaining that the input is an id coming from search_kits, which gives the parameter provenance and meaning. The schema provides the format pattern, so the combination is sufficient.

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 names a specific verb ('Get') and resource ('a released kit') and enumerates the exact data returned: contents, scale, formats, price, original print photo, limitations, and license. This clearly distinguishes get_kit as the detail-inspection tool from search_kits, which is the discovery step.

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

Usage Guidelines4/5

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

It explicitly instructs the agent to use an id from search_kits, which is the essential prerequisite for using this tool correctly. It does not explicitly contrast with get_purchase_link, so the routing guidance is clear but not fully exclusionary.

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.

Resources