MCP Minecraft Remote

by nacal
Verified

tradeWithVillager

Initiate trades with villagers in Minecraft using specified trade indices and optional names, enabling precise and automated in-game transactions on remote servers.

Instructions

Trade with a nearby villager

Input Schema

NameRequiredDescriptionDefault
countNoNumber of times to perform the trade
tradeIndexYesIndex of the trade from listTrades (1-based)
villagerNameNoName or identifier of the villager (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 1, "description": "Number of times to perform the trade", "type": "number" }, "tradeIndex": { "description": "Index of the trade from listTrades (1-based)", "type": "number" }, "villagerName": { "description": "Name or identifier of the villager (optional)", "type": "string" } }, "required": [ "tradeIndex" ], "type": "object" }
ID: 86ml5tqneo