Skip to main content
Glama
MichiganBricks

brickem-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_minifigureA

Look up a specific LEGO minifigure by BrickLink ID (e.g. sw0002, col019, hp001) or exact name. Returns detailed price data, image URL, and theme.

search_minifiguresA

Fuzzy search LEGO minifigures by name with optional theme filter. Returns top 10 matches with prices. Good for finding minifigures when you only know part of the name.

get_theme_minifiguresC

List LEGO minifigures for a theme with prices. Themes: adventurers, agents, atlantis, avatar, batman, bionicle, castle, chima, city, collectible minifigures, creator, dimensions, disney, dreamzzz, elves, friends, ghostbusters, harry potter, hidden side, hobbit, ideas, indiana jones, jurassic world, lego movie, lord of the rings, marvel, minecraft, monkie kid, monster fighters, nexo knights, ninjago, overwatch, pirates, pirates of the caribbean, power miners, scooby-doo, simpsons, space, speed champions, star wars, super mario, teenage mutant ninja turtles, town, toy story.

identify_minifigureB

Identify a LEGO minifigure from a text description of its appearance. Describe colors, accessories, theme, or any identifying features and get the best matches from the 18,000+ minifig catalog.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_theme_minifigures lists minifigures by theme, identify_minifigure identifies from a description, lookup_minifigure looks up by ID or exact name, and search_minifigures does fuzzy name searches. There is no overlap or ambiguity in their functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_theme_minifigures, identify_minifigure, lookup_minifigure, search_minifigures) with clear, descriptive verbs and the common 'minifigure(s)' noun. No deviations or mixed conventions are present.

Tool Count5/5

With 4 tools, the server is well-scoped for its LEGO minifigure domain. Each tool serves a unique and necessary function (listing, identifying, looking up, and searching), making the count appropriate and efficient for the purpose.

Completeness5/5

The tool set provides complete coverage for interacting with LEGO minifigures: listing by theme, identifying from descriptions, looking up by ID/name, and searching by name. There are no obvious gaps, as it supports all common user queries and workflows in this domain.

Maintenance

ActivityInactive
ResponsivenessNo issues