MCPMC (Minecraft MCP)

inspect_inventory

Check the contents of the bot's inventory to see available materials.

Input Schema

NameRequiredDescriptionDefault
includeEquipmentNo
itemTypeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeEquipment": { "type": "boolean" }, "itemType": { "type": "string" } }, "type": "object" }