mcp-minecraft

by yuniko-software
Verified

send-chat

Send a chat message in-game

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to send in chat

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to send in chat", "type": "string" } }, "required": [ "message" ], "type": "object" }