MCP Minecraft Remote

by nacal
Verified

listTrades

Retrieve and display available trades from nearby villagers in Minecraft, specifying range and optional villager identifier for targeted results. Use with MCP Minecraft Remote for streamlined trading.

Instructions

List available trades from a nearby villager

Input Schema

NameRequiredDescriptionDefault
rangeNoRange to search for villagers
villagerNameNoName or identifier of the villager (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "range": { "default": 4, "description": "Range to search for villagers", "type": "number" }, "villagerName": { "description": "Name or identifier of the villager (optional)", "type": "string" } }, "type": "object" }
ID: 86ml5tqneo