Skip to main content
Glama
Nek0cha

MC-Schema-MCP

by Nek0cha

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
createProjectA

Create a new build project and make it active.

listProjectsA

List all build project names.

switchProjectC

Switch the active build project.

deleteProjectB

Delete a build project.

setBlockB

Set a single block in the active project.

setBlocksC

Set multiple blocks in the active project in one call.

fillBoxC

Fill a solid rectangular box.

outlineBoxC

Build a hollow rectangular box (shell only).

wallC

Build a vertical wall along the line between two points.

lineB

Draw a straight line of blocks between two points.

sphereD

Build a sphere.

cylinderC

Build a cylinder.

getBuildInfoA

Get a summary of the active project (size, bounding box, block counts).

exportSchematicA

Export the active project to ./output/.schem and return the absolute path. Project names may contain only letters, digits, spaces, hyphens and underscores.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 14 tools

Disambiguation5/5

Each tool targets a distinct resource or shape operation: project lifecycle, block editing, and shape generation are clearly separated. The singular/plural behavior of setBlock vs setBlocks is explicit, and the shape tools are differentiated by geometry.

Naming Consistency4/5

Most tools follow a camelCase verb+noun pattern such as createProject, setBlocks, and exportSchematic. The bare shape names wall, line, sphere, and cylinder are a minor deviation, but the overall naming style remains consistent and predictable.

Tool Count5/5

14 tools is well within the ideal range for a Minecraft schematic builder. Project management, block editing, and shape generation are each represented without redundant tools.

Completeness4/5

The toolset covers project lifecycle, active project state, block setting, common shapes, and schematic export. It lacks a way to read individual blocks or import existing schematics, but these are minor gaps rather than blockers for the core workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues