Skip to main content
Glama

Minecraft MCP Server

by leo4life2

smeltItem

Use this tool to smelt items in a Minecraft furnace by specifying the item name, fuel type, and quantity. Simplifies resource processing for efficient gameplay.

Instructions

Smelt items in a furnace

Input Schema

NameRequiredDescriptionDefault
countYesNumber of items to smelt
fuelNameYesName of the fuel to use
itemNameYesName of the item to smelt

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of items to smelt", "type": "number" }, "fuelName": { "description": "Name of the fuel to use", "type": "string" }, "itemName": { "description": "Name of the item to smelt", "type": "string" } }, "required": [ "itemName", "fuelName", "count" ], "type": "object" }

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/leo4life2/minecraft-mcp-http'

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