Skip to main content
Glama
Axel-Jalonen

lego-mcp

by Axel-Jalonen

place_brick

Place a Lego part at exact stud coordinates and plate height, with rotation, while enforcing valid builds by preventing collisions, floating, or exceeding build area.

Instructions

Place a part with its minimum-x,y corner at stud (x,y), bottom at plate height z (z=0 on the ground; on top of a brick placed at z=0 means z=3). rotation is 0, 90, 180 or 270 (90/270 swap the footprint; slopes descend toward +y at 0 and rotate with the piece). Fails with an explanation if the placement collides, floats, or leaves the build area.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
zYes
partYes
colorNored
rotationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description transparently explains the tool's behavior, including coordinate system, rotation, and failure conditions. With no annotations provided, it adequately covers the behavioral aspects needed for correct usage.

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 concise and front-loaded with the primary function. It packs information efficiently, though minor structuring improvements could enhance readability.

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 complexity, the description covers tool behavior, parameters, and failure conditions. It does not describe success return, but an output schema exists, making this acceptable. The description is sufficiently complete.

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 description adds meaning for x, y, z, and rotation parameters, explaining their coordinate conventions and behavior. However, it does not explain 'part' or 'color' parameters. With 0% schema description coverage, it partially compensates but leaves gaps.

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 the tool's purpose: placing a part with specific coordinate conventions and rotation. It distinguishes itself from siblings like 'remove_brick' and others by specifying its function.

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 provides extensive usage guidelines, including coordinate conventions, rotation effects, and failure modes. It implicitly tells when to use the tool but lacks explicit statements about when not to use it or alternative tools.

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/Axel-Jalonen/lego-mcp'

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