Skip to main content
Glama
gregario

lego-oracle

get_set

Retrieve full LEGO set details including piece inventory, minifigures, and theme. Provide set number or name for complete information.

Instructions

Get complete details for a specific LEGO set including piece inventory, minifigures, and theme. Use this when you know a set number (like 75192-1) or set name and need full information. Returns inventory grouped by part category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSet name for fuzzy search if set_num not provided
set_numNoExact set number (e.g. "75192-1")
Behavior4/5

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

With no annotations, the description must disclose behavior. It does so by specifying that it returns 'complete details' including inventory grouped by part category. It is a read operation with no side effects, and the description accurately conveys that.

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?

Two sentences, no filler. The first sentence states the purpose and what is returned; the second provides usage context. Every word earns its place.

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?

The tool has no output schema, so the description must hint at return structure. It does so by listing inventory, minifigures, theme, and noting grouping by part category. While not exhaustive, it covers key elements for a moderate complexity 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?

Schema description coverage is 100%, so the schema already explains both parameters. The description adds no new parameter semantics beyond echoing the schema (e.g., 'fuzzy search for name' is already in schema). Baseline of 3 is appropriate.

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 clearly states it gets complete details for a LEGO set, listing piece inventory, minifigures, and theme. It distinguishes itself from siblings like search_sets (which finds sets) and get_minifig (which gets a specific minifigure).

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?

The description explicitly says when to use: 'Use this when you know a set number or set name and need full information.' It implies the alternative search_sets if the set number/name is unknown, though not explicitly stated.

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/gregario/lego-oracle'

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